面向网络的数据库 Neo4j 1.7 M01 发布

fmms 12年前
     <p>Neo4j 是一个网络 - 面向<strong id="ml_70">网络</strong>的<strong id="ml_71">数据库</strong>——也就是说,它是一个嵌入式的、基于磁盘的、具备完全的事务特性的Java持久化引擎,但是它将结构化数据存储在网络上而不是表中。网络(从数学角度叫做图)是一个灵活的数据结构,可以应用更加敏捷和快速的开发模式。</p>    <p>你可以把Neo看作是一个高性能的<strong id="s8bw0">图引擎</strong>,该引擎具有成熟和健壮的<strong id="s8bw1">数据库</strong>的所有特性。程序员工作在一个面向对象的、灵活的网络结构下而不是严格、静态的表中——但是他们可以享受到具备完全的事务特性、企业级的数据库的所有好处。</p>    <p>Neo4j 今天发布了 1.7 版本的首个里程碑,主要改进内容:</p>    <ul>     <li>Added literal collections and the <a href="/misc/goto?guid=4958333184341462712">IN predicate</a></li>     <li>Added <a href="/misc/goto?guid=4958333185144987993">HEAD, TAIL, LAST and FILTER</a></li>     <li>Added <a href="/misc/goto?guid=4958333185947842247">comments</a></li>     <li><a href="/misc/goto?guid=4958333186741741199">Added ! </a>so that missing property can evaluate to false</li>     <li>The column names are now exactly as written in the RETURN expression</li>     <li>BREAKING CHANGE: To check whether a property exists on a node, use the <a href="/misc/goto?guid=4958333187540915014">HAS(...) function</a></li>     <li><a href="/misc/goto?guid=4958333188329011438">Arithmetic functions</a></li>     <li>An identifier can now be assigned all the nodes/rels in the graph - <a href="/misc/goto?guid=4958333189134544120">START a=node(*)</a></li>     <li>Fixed issues #196, #164, #193, #217, #214, #201, #198, #240, #254</li>    </ul>    <p>详细内容请看 <a href="/misc/goto?guid=4958333189917729953">the full Cypher section in the authoritative manual</a>.</p>    <p></p>