Trisha Shetty (Editor)

Neo4j

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Neo Technology

Written in
  
Java

Repository
  
github.com/neo4j/neo4j

Operating system
  
Cross-platform

Neo4j

Initial release
  
2007; 10 years ago (2007)

Stable release
  
3.1.0 / December 9, 2016; 3 months ago (2016-12-09)

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, Neo4j is the most popular graph database according to db-engines.com.

Contents

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.

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.

Version 1.0 was released in February 2010.

Neo4j version 2.0 was released in December 2013.

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

Licensing and editions

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.

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.

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

Neo technology

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).

References

Neo4j Wikipedia