DZone
Database Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Database Zone > Introducing DeNSo DB - A New NoSQL Database written in C# for a .Net Environment

Introducing DeNSo DB - A New NoSQL Database written in C# for a .Net Environment

Eric Genesky user avatar by
Eric Genesky
·
Apr. 24, 12 · Database Zone · Interview
Like (0)
Save
Tweet
9.84K Views

Join the DZone community and get the full member experience.

Join For Free

DeNSo DB is provided in its entirety on Github, where you can get a description of its usage, features and theory.  The github site has yet to be really fleshed out, and I'm sure readers would be particularly interested in seeing some answers to the question at the bottom: Why should I use it?  Maybe you can start formulating your own opinion on that matter by taking a look at this brief summary of what exactly DeNSo DB is. 

Right now, DeNSo DB is contending with a few well-established NoSQL databases like MongoDB, RavenDB, and HBase, each of which cater to specific usage.  HBase, for example, is a Hadoop database, so it works well with processing Big Data.  DeNSoDB currently has a few usages described on the github page:

  • InProcess offers direct access to database memory, enabliing quick manipulation of objects/data.
  • Install the database as a Windows Service, allowing the DB to be a network document store (you can use REST service or WCF service for access)
  • Mix the preceding options to create a mesh with a P2P mesh network, giving you "the power of a distributed scalable fast database"

 Currently, DeNSo DB is journaled and built with a Command Query Responsibility Segregation pattern in mind.  It will be interesting to see if a github-based NoSQL project will get adopted by NoSQL enthusiats. Give it a try and let us know about your experience below.  

 

Database NoSQL

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • How to Utilize Python Machine Learning Models
  • Open Source Security Risks
  • Use Lambda Function URL To Write a Serverless App Backed by DynamoDB
  • How BDD Works Well With EDA

Comments

Database Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo