5

I'm looking for one place that summarizes the main properties of the NoSQL databases that I keep seeing referenced - in particular, MongoDB, Riak, Redis, Memcached, Membase, and Cassandra. Types of queries, acid, architecture for/properties of scaling, etc. All in memory, overflow to disk, backup on disk, or mainly only indexes in memory?

Community
  • 1
  • 1
Loren
  • 13,903
  • 8
  • 48
  • 79
  • This is the first google response: http://nosql-database.org/links.html. What more do you need? This is the second: http://java.dzone.com/news/nosql-graph-database-feature. – S.Lott Apr 02 '11 at 02:07
  • Please search for dupes before asking. THis has been asked a bunch of times: http://stackoverflow.com/questions/2892729/mongodb-vs-cassandra or http://stackoverflow.com/questions/3478916/what-should-i-choose-mongodb-cassandra-redis-couchdb –  Apr 02 '11 at 02:45

1 Answers1

3

Probably one of the best source which summarizes basic information (and points you to more detailed source in the first place) about various nosql databases is this website. Other than that you should check out these:

yojimbo87
  • 65,684
  • 25
  • 123
  • 131