Neo4j

来源:互联网 发布:网络配线架英文缩写 编辑:程序博客网 时间:2024/04/28 20:39

Neo4j is a graph database management system developed by Neo Technology, Inc. Described by its developers as an ACID-compliant transactional database with native graph storage and processing,[3] Neo4j is the most popular graph database according to db-engines.com.[4]

Neo4j is available in a GPL3-licensed open-source "community edition", with online backup and high availability extensions licensed under the terms of the Affero General Public License. Neo also licenses Neo4j with these extensions under closed-source commercial terms.[5]

Neo4j is implemented in Java and accessible from software written in other languages using the Cypher Query Language through a transactional HTTP endpoint, or through the binary 'bolt' protocol.[6][7][8][9]

Version 1.0 was released in February 2010.[10]

Neo4j version 2.0 was released in December 2013.[11]

In November 2016 Neo4j successfully secured $36M in Series D Funding led by Greenbridge Partners Ltd [12]

Contents

  [hide] 
  • 1Licensing and editions
  • 2Data structure
  • 3Neo technology
  • 4See also
  • 5References
  • 6Bibliography
  • 7External links

Licensing and editions[edit]

Neo4j comes in 3 editions: Community; Enterprise; and Government. It is dual-licensed: GPLv3; and AGPLv3 / commercial. The Community Edition is free but is limited to running on 1 node only due to the lack of clustering and is without hot backups.[13]

The Enterprise Edition (which requires buying a license unless the application built on top of it is open-sourced) unlocks these limitations, allowing for clustering, hot backups, and monitoring. The Government Edition extends the Enterprise Edition adding additional government specific services including FISMA-related certification and accreditation support.[citation needed]

Data structure[edit]

In Neo4j, everything is stored in the form of either an edge, a node, or an attribute. Each node and edge can have any number of attributes. Both the nodes and edges can be labelled. Labels can be used to narrow searches. As of version 2.0, indexing was added to Cypher with the introduction of schemas.[14] Previously, indexes were supported separately from Cypher.[15]

Neo technology[edit]

Neo4j is developed by Neo Technology, Inc., based in the San Francisco Bay Area, United States, North America, and also in Malmö, Sweden, Europe. The Neo Technology board of directors consists of Rod Johnson (founder of the Spring Framework), Chris Barchak (Partner at Conor Venture Partners), Magnus Christerson (Vice President of Intentional Software Corp), Nikolaj Nyholm (Partner at Sunstone Capital), Guarav Tuli (Principal at Fidelity Growth Partners), and Johan Svensson (CTO of Neo Technology).[16]


0 0
原创粉丝点击