发布于 2016-04-26 23:54:58 | 231 次阅读 | 评论: 0 | 来源: 网友投递
Neo4j 高性能NoSQL图形数据库
Neo4j 是一个高性能的 NoSQL 图形数据库。Neo4j 使用图(graph)相关的概念来描述数据模型,把数据保存为图中的节点以及节点之间的关系。很多应用中数据之间的关系,可以很直接地使用图中节点和关系的概念来建模。对于这样的应用,使用 Neo4j 来存储数据会非常的自然,要优于使用关系数据库。
Neo4j 3.0 发布了,
以下是值得关注的内容:
Completely redesigned internals that remove all previous limits on the number of nodes, relationships and properties that can be stored and indexed
Officially supported language drivers backed by the new Bolt binary protocol with new support for Java Stored Procedures, together enabling full-stack developers to build powerful applications
A streamlined configuration and deployment structure to deploy Neo4j on premise or in the cloud
下载地址:http://neo4j.com/download/