Neo4j

Neo4j
Developer(s) Neo Technology
Initial release 2007 (2007)[1]
Stable release
3.4.8 / October 4, 2018 (2018-10-04)[2][3]
Repository Edit this at Wikidata
Written in Java
Type Graph database
License
Website neo4j.com

Neo4j is a graph database management system developed by Neo4j, Inc. Described by its developers as an ACID-compliant transactional database with native graph storage and processing,[4] Neo4j is the most popular graph database according to DB-Engines ranking[5], and the 22nd most popular database overall.[6]

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.[7]

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.[8][9][10][11]

History

Version 1.0 was released in February 2010.[12]

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

Neo4j version 3.0 was released in April 2016.

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

Licensing and editions

Neo4j comes in 2 editions: Community; Enterprise. 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.[15]

The enterprise edition unlocks these limitations, allowing for clustering, hot backups, and monitoring. The Enterprise Edition is available under a dual-licensed model: AGPLv3 and Commercial. If you have not executed a Commercial Agreement with Neo4j Inc or one of its affiliates, then Neo4j Enterprise falls back to the open source GNU AFFERO GENERAL PUBLIC LICENSE Version 3.

Data structure

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.[16] Previously, indexes were supported separately from Cypher.[17]

Neo4j, Inc.

Neo4j is developed by Neo4j, Inc., based in the San Francisco Bay Area, United States, North America, and also in Malmö, Sweden, Europe. The Neo4j, Inc. 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 Neo4j Inc).[18]

See also

References

  1. Neubauer, Peter [@peterneubauer] (17 Feb 2010). "@sarkkine #Neo4j was developed as part of a CMS SaaS 2000-2007, became released OSS 2007 when Neo Technology spun out" (Tweet) via Twitter.
  2. neo4j (October 4, 2018). "Release 3.4.8" via Github.
  3. "Release Notes: Neo4j 3.4.8". Neo4j Graph Database Platform. October 4, 2018. Retrieved 2018-10-05.
  4. Neo Technology. "Neo4j Graph Database". Retrieved 2015-11-04.
  5. "DB-Engines Ranking of Graph DBMS". DB-Engines. 2018-06-01. Retrieved 2018-06-20.
  6. "DB-Engines Ranking - popularity ranking of database management systems". db-engines.com. Retrieved 2018-08-15.
  7. Emil Eifrem (April 13, 2011). "Graph Databases, Licensing and MySQL". Archived from the original on 2011-04-26. Retrieved 2011-04-29.
  8. "Bolt Protocol".
  9. Todd Hoff (June 13, 2009). "Neo4j - a Graph Database that Kicks Buttox". High Scalability. Possibility Outpost. Retrieved 2010-02-17.
  10. Gavin Terrill (June 5, 2008). "Neo4j - an Embedded, Network Database". InfoQ. C4Media Inc. Retrieved 2010-02-17.
  11. "5.1. Transactional Cypher HTTP endpoint". Retrieved 2015-11-04.
  12. "The top 10 ways to get to know Neo4j". Neo4j Blog. February 16, 2010. Retrieved 2010-02-17.
  13. "Neo4j 2.0 GA - Graphs for Everyone". Neo4j Blog. December 11, 2013. Retrieved 2014-01-10.
  14. "Neo Technology closes $36 million in funding as graph database adoption soars". SiliconANGLE. Retrieved 2016-11-21.
  15. "The Neo4j Editions".
  16. "The Neo4j Manual v2.1.5".
  17. "The Neo4j Manual v1.8.3".
  18. Neo Technology. "Staff - Neo4Jj Graph Database". Retrieved 2015-02-18.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.