nosql的分类

按照数据模型保存性质将当前NoSQL分为四种:
1.Key-value stores键值存储, 保存keys+BLOBs (二进制大对象Binary Large OBjects)
2.Table-oriented 面向表, 主要有Google的BigTable和Cassandra.
3.Document-oriented面向文本, 文本是一种类似XML文档,MongoDB 和 CouchDB
4.Graph-oriented 面向图论. 如Neo4J.

所以neo4j很适合做用户动态,关系。
http://www.infoq.com/cn/news/2010/02/neo4j-10

你可能感兴趣的:(mongodb,NoSQL,Google,cassandra,CouchDB)