Neo4j 3.0 发布了,Neo是一个网络——面向网络的数据库——也就是说,它是一个嵌入式的、基于磁盘的、具备完全的事务特性的Java持久化引擎,但是它将结构化数据存储在网络上而不是表中。网络(从数学角度叫做图)是一个灵活的数据结构,可以应用更加敏捷和快速的开发模式。
你可以把Neo看作是一个高性能的图引擎,该引擎具有成熟和健壮的数据库的所有特性。程序员工作在一个面向对象的、灵活的网络结构下而不是严格、静态的表中——但是他们可以享受到具备完全的事务特性、企业级的数据库的所有好处。
以下是值得关注的内容:
-
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/
时间:2016-04-27 08:22
来源:开源中国社区
作者:oschina
原文链接