brew install maven
Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dgraph | 19,128 | 3 | 4 | 13 hours ago | 174 | January 05, 2022 | 262 | other | Go | |
Native GraphQL Database with graph backend | ||||||||||
Sonic | 17,891 | 21 days ago | 24 | July 10, 2022 | 66 | mpl-2.0 | Rust | |||
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. | ||||||||||
Gun | 17,001 | 246 | 123 | 19 days ago | 235 | August 09, 2022 | 286 | other | JavaScript | |
An open source cybersecurity protocol for syncing decentralized graph data. | ||||||||||
Arangodb | 12,876 | 9 hours ago | 240 | May 23, 2018 | 771 | apache-2.0 | C++ | |||
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. | ||||||||||
Neo4j | 11,219 | 966 | 179 | 4 days ago | 374 | August 11, 2022 | 310 | other | Java | |
Graphs for Everyone | ||||||||||
Nebula | 8,912 | 1 | 15 hours ago | 1 | December 17, 2019 | 425 | apache-2.0 | C++ | ||
A distributed, fast open-source graph database featuring horizontal scalability and high availability | ||||||||||
Titan | 5,035 | 165 | 32 | 6 years ago | 20 | September 19, 2015 | 191 | apache-2.0 | Java | |
Distributed Graph Database | ||||||||||
Awesome Data Engineering | 4,819 | a month ago | 51 | |||||||
A curated list of data engineering tools for software developers | ||||||||||
Orientdb | 4,569 | 328 | 54 | 5 days ago | 209 | September 14, 2022 | 261 | apache-2.0 | Java | |
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. | ||||||||||
Typedb | 3,367 | 6 | 5 | 14 hours ago | 24 | December 13, 2018 | 173 | agpl-3.0 | Java | |
TypeDB: a strongly-typed database |
Neo4j is the world’s leading Graph Database. It is a high performance graph store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables — yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs.
Learn more on the Neo4j website.
Neo4j is available both as a standalone server, or an embeddable component. You can download or try online.
We encourage experimentation with Neo4j. You can build extensions to Neo4j, develop library or drivers atop the product, or make contributions directly to the product core. You’ll need to sign a Contributor License Agreement in order for us to accept your patches.
Neo4j is built using Apache Maven version 3.8.2 and a recent version of supported VM. Bash and Make are also required. Note that maven needs more memory than the standard configuration, this can be achieved with export MAVEN_OPTS="-Xmx2048m"
.
macOS users need to have Homebrew installed.
brew install maven
Please note that we do not support building Debian packages on macOS.
sudo apt install maven openjdk-17-jdk
Before you start running the unit and integration tests in the Neo4j Maven project on a Linux-like system, you should ensure your limit on open files is set to a reasonable value. You can test it with ulimit -n
. We recommend you have a limit of at least 40K.
A plain mvn clean install -T1C
will only build the individual jar files.
Test execution is, of course, part of the build.
In case you just want the jars, without running tests, this is for you: mvn clean install -DskipTests -T1C
.
You may need to increase the memory available to Maven: export MAVEN_OPTS="-Xmx2048m"
.
You may run into problems resolving org.neo4j.build:build-resources
due to a bug in maven. To resolve this simply invoke mvn clean install -pl build-resources
.
After running a mvn clean install
, cd
into packaging/standalone/target
and extract the version you want, then:
bin/neo4j-admin start
in the extracted folder to start Neo4j on localhost:7474
. On Windows you want to run:
bin\neo4j-admin start
instead.
Neo4j Desktop is a convenient way for developers to work with local Neo4j databases.
To install Neo4j Desktop, go to Neo4j Download Center and follow the instructions.
Neo4j Community Edition is an open source product licensed under GPLv3.
Neo4j Enterprise Edition includes additional closed-source components not available in this repository and requires a commercial license from Neo4j or one of its affiliates.
Neo4j’s trademark policy is available at our trademark policy page.