Neo4j 发布了 1.8 的第 7 个里程碑版本,Neo是一个网络----面向网络的数据库----也就是说,它是一个嵌入式的、基于磁盘的、具备完全的事务特性的Java持久化引擎,但是它将结构化数据存储在网络上而不是表中。网络(从数学角度叫做图)是一个灵活的数据结构,可以应用更加敏捷和快速的开发模式。
该版本主要重点是数据分享,其他值得关注的改进包括:
Kernel:
Traversal framework backwards compatibility
Cleaned up any breaking changes
Removed Expander#addFilter
Kernel JMX bean instance identifier is now reused and can optionally be set explicitly via forced_kernel_id config setting
Server:
Consoles in webadmin can now be disabled.
Cypher:
Added escape characters to string literals
Renamed `RELATE` to `CREATE UNIQUE`
UDC:
Added edition information (community, advanced, enterprise)
Added a cluster-name hash so that stores originating from the same cluster can be aggregated
Fixed release version and revision OS version, architecture, and release
Changed precedence of database configuration over internal udc configuration
Added distribution information (dpkg, rpm, unknown)
主页:http://neo4j.org/
下载:http://neo4j.org/download/
来自:开源中国社区