@@ -70,6 +70,11 @@ <h3>Document-oriented data stores</h3>
7070 stored JSON data.</ p >
7171</ li >
7272</ ul >
73+ < h3 > Document-oriented data store resources</ h3 >
74+ < ul >
75+ < li > < a href ="http://www.optinidus.com/blogs/guide-to-mongodb-for-startups/ "> MongoDB for startups</ a >
76+ is a guide about using non-relational databases in green field environments.</ li >
77+ </ ul >
7378< h2 > Key-value Pair</ h2 >
7479< p > Key-value pair data stores are based
7580on < a href ="http://en.wikipedia.org/wiki/Hash_table "> hash map</ a > data structures.</ p >
@@ -108,12 +113,18 @@ <h3>Graph data stores</h3>
108113< li > < a href ="http://www.neo4j.org/ "> Neo4j</ a > is one of the most widely used graph
109114 databases and runs on the Java Virtual Machine stack.</ li >
110115</ ul >
116+ < h3 > Graph data store resources</ h3 >
117+ < ul >
118+ < li > < a href ="http://www.slideshare.net/maxdemarzi/introduction-to-graph-databases-12735789 "> Introduction to Graph Databases</ a >
119+ covers trends in NoSQL data stores and compares graph databases to other
120+ data store types.</ li >
121+ </ ul >
111122< h2 > NoSQL third-party services</ h2 >
112123< ul >
113124< li > < a href ="http://www.mongohq.com/home "> MongoHQ</ a > provides MongoDB as a service. It's
114125 easy to set up with either a standard LAMP stack or on Heroku.</ li >
115126</ ul >
116- < h2 > NoSQL data stores resources</ h2 >
127+ < h2 > NoSQL data store resources</ h2 >
117128< ul >
118129< li >
119130< p > < a href ="http://natishalom.typepad.com/nati_shaloms_blog/2010/10/nocap.html "> CAP Theorem overview</ a > </ p >
@@ -128,10 +139,6 @@ <h2>NoSQL data stores resources</h2>
128139 is a large list of popular, BigTable-based, special purpose, and other
129140 datastores with attributes and the best use cases for each one.</ p >
130141</ li >
131- < li >
132- < p > < a href ="http://www.optinidus.com/blogs/guide-to-mongodb-for-startups/ "> MongoDB for startups</ a >
133- is a guide about using non-relational databases in green field environments.</ p >
134- </ li >
135142</ ul >
136143< h2 > NoSQL data stores learning checklist</ h2 >
137144< p > < i class ="fa fa-check-square-o "> </ i >
0 commit comments