经过三个里程碑后,Neo4j 终于发布了 1.6 正式版。该版本包含很多新特性,值得关注的有:
- Cloud - Public beta on Heroku of the Neo4j Add-on
- Cypher - Supports older Cypher versions, better pattern matching, better performance, improved api
- Web admin - Full Neo4j Shell commands, including versioned Cypher syntax.
- Kernel - Improvements, for instance the ability to ensure that key-value pairs for entities are unique.
- Lucene upgrade - Now version 3.5.
还包括很多其他的改进:
- Infrastructure - Our library repositories have moved to Amazon, providing significantly faster download times.
- Quality - High availability features better logging and operational support.
- Process - Better handling of breaking changes in our api and how we handle deprecated features.
Neo是一个网络——面向网络的数据库——也就是说,它是一个嵌入式的、基于磁盘的、具备完全的事务特性的JAVA持久化引擎,但是它将结构化数据存储在网络上而不是表中。网络(从数学角度叫做图)是一个灵活的数据结构,可以应用更加敏捷和快速的开发模式。
下载地址:http://neo4j.org/download/
评论
暂无评论
写评论