Please enable JavaScript.
Coggle requires JavaScript to display documents.
NoSQL DB - Coggle Diagram
NoSQL DB
KV
key,value pair,lot of data,heavy load
hash table,unique hash key,JSON,BLOB,string
best for shopping cart content,most basic
collection,dictionary,associative array
-
-
DOC
CMS,real-time analytics,eCommerce,blogging
-
-
-
key,value pair but value= DOC in JSON,XML
Amazon SimpleDB, CouchDB, MongoDB, Riak, Lotus Notes, MongoDB
GRAPH
multiple relationship,superfast in traversal
social networks,logistics,spatial data
-
Neo4J, Infinite Graph, OrientDB, FlockDB
-
COL
-
data warehouse,BI,CRM,library card catalog
-
HBase,Cassandra,Hypertable
col oriented,separate treatment 4 each col