There are essentially 4 types of NoSQL databases that are getting popular. As architects, when we consider polyglot persistence it's important to understand the pros and cons of each NoSQL type and then select the best fit for the given problem context.
- Key-Value stores: Redis, Riak
- Column Family stores (Aggregate-oriented): Cassandra, HBase
- Document oriented databases: MongoDB, CouchDB
- Graph databases: Neo4J
A good article comparing all these datastores is available here: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis. Another good article that compares these stores against the CAP theory is here: http://blog.nahurst.com/visual-guide-to-nosql-systems
No comments:
Post a Comment