« Hot Scalability Links for Nov 11 2009 | Main | Product: Resque - GitHub's Distrubuted Job Queue »
Monday
Nov092009

10 NoSQL Systems Reviewed

Jonathan Ellis reviews in the NoSQL Ecosystem the origin of the NoSQL movement and 10 different NoSQL products and how their 1) support for multiple datacenters,  2) the ability to add new machines to a live cluster transparently to the your applications, 3) Data Model, 4) Query API, 5) Persistence Design. The 10 systems reviewed are: Cassandra, CouchDB, HBase, MongoDB, Neo4J, Redis, Riak, Scalaris, Tokyo Cabinet, Voldemort.

A very thorough and thoughtful article on the entire NoSQL space. It's clear from the article that NoSQL is not monolithic, there is a very wide variety of approaches to not being a relational database.

Related Articles

 

References (1)

References allow you to track sources for this article, as well as articles that were written in response to this article.

Reader Comments (3)

Check out TSnosql on twistedstorage.sourceforge.net - a redis like clone written in Python

November 9, 2009 | Unregistered CommenterChuck Wegrzyn

I agree with the article in that NoSQL is a bad name. SQL != RDBMS. SQL is just that, Structured Query Language. It _could_ be applied to any db if desired. Amazon's simpleDB is a perfect example of this. It has a query language that is, well, very SQL. In a recent project of mine that was the biggest benefit for me. The trade offs to simpleDB were not an issue for my project.

I would really like to see some of these other column style document DBs put a SQL engine on them. They would be vastly more useful .

November 10, 2009 | Unregistered CommenterRobert

I agree with the article in that NoSQL is a bad name. SQL != RDBMS. SQL is just that, Structured Query Language. It _could_ be applied to any db if desired. Amazon's simpleDB is a perfect example of this.

November 12, 2009 | Unregistered CommenterAndre Stegplatten

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>