Sorry if this question is somewhat subjective. I am new to 'could store', 'distributed store' or some concepts like this. I really wonder what do they have in common and want to get an overview on all of them. What do I need to prepare if I want to write a product similar to this?

link|improve this question

73% accept rate
1  
... All of them are tagged with this question! (except for riak and hbase :) – James Kolpack Mar 13 '10 at 2:16
2  
All of them store data ;) – WoLpH Mar 13 '10 at 2:24
1  
Maybe this stackoverflow.com/questions/1189911/… could help you. – Vasily Korolev Mar 13 '10 at 2:42
feedback

2 Answers

up vote 11 down vote accepted

The NoSQL Database site summarizes the concept like this:

Next Generation Databases mostly address some of the points: being non-relational, distributed, open-source and horizontal scalable. The original intention has been modern web-scale databases. The movement began early 2009 and is growing rapidly. Often more characteristics apply as: schema-free, replication support, easy API, eventually consistency, and more. So the misleading term "nosql" (the community now translates it mostly with "not only sql") should be seen as an alias to something like the definition above.

That site also maintains an archive of articles on NoSQL databases. Most of them seem to focus on particular products but there are some more general overviews. If you are serious about building your own one then Design Patterns for Distributed Non-Relational Databases does a good round up of things you need to consider.

link|improve this answer
That's really a good resource for me, thank you very much – Mickey Shine Mar 13 '10 at 2:58
Your design patterns link is wrong. – quikchange Jul 6 '10 at 12:29
@quikchange - thanks for pointing it out. I have now corrected it. – APC Jul 6 '10 at 13:18
feedback

Good overview of the nosql world: http://www.vineetgupta.com/2010/01/nosql-databases-part-1-landscape/

link|improve this answer
Good article, thank you very much – Mickey Shine Mar 13 '10 at 2:59
Error 404 - Not Found Sorry, the page that you are looking for does not exist. – reinierpost May 27 '11 at 17:55
@reinierpost, link updated – ergosys May 29 '11 at 2:52
Thanks! BTW Google finds many more articles with comparisons. – reinierpost May 30 '11 at 7:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.