Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dgraph | 19,323 | 3 | 4 | a day ago | 174 | January 05, 2022 | 281 | other | Go | |
Native GraphQL Database with graph backend | ||||||||||
Sonic | 18,180 | 19 days ago | 24 | July 10, 2022 | 68 | mpl-2.0 | Rust | |||
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. | ||||||||||
Gun | 17,207 | 246 | 123 | 6 days ago | 235 | August 09, 2022 | 293 | other | JavaScript | |
An open source cybersecurity protocol for syncing decentralized graph data. | ||||||||||
Cayley | 14,566 | 18 | 13 | 14 days ago | 27 | October 15, 2019 | 96 | apache-2.0 | Go | |
An open-source graph database | ||||||||||
Arangodb | 12,982 | a day ago | 240 | May 23, 2018 | 807 | 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,424 | 966 | 179 | 15 days ago | 374 | August 11, 2022 | 355 | other | Java | |
Graphs for Everyone | ||||||||||
Nebula | 9,135 | 1 | a day ago | 1 | December 17, 2019 | 443 | apache-2.0 | C++ | ||
A distributed, fast open-source graph database featuring horizontal scalability and high availability | ||||||||||
Awesome Data Engineering | 5,063 | 13 days ago | 54 | |||||||
A curated list of data engineering tools for software developers | ||||||||||
Titan | 5,035 | 165 | 32 | 6 years ago | 20 | September 19, 2015 | 191 | apache-2.0 | Java | |
Distributed Graph Database | ||||||||||
Orientdb | 4,604 | 328 | 54 | a day ago | 209 | September 14, 2022 | 266 | 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. |
ArangoDB is a scalable graph database system to drive value from connected data, faster. Native graphs, an integrated search engine, and JSON support, via a single query language. ArangoDB runs on-prem, in the cloud anywhere.
The ArangoGraph Insights Platform is the simplest way to run ArangoDB. You can create deployments on all major cloud providers in many regions with ease.
For the impatient:
Test ArangoDB in the cloud with ArangoGraph for free.
Alternatively, download and install ArangoDB.
Start the server arangod
if the installer did not do it for you.
Or start ArangoDB in a Docker container:
docker run -e ARANGO_ROOT_PASSWORD=test123 -p 8529:8529 -d arangodb
Then point your browser to http://127.0.0.1:8529/
.
Native Graph - Store both data and relationships, for faster queries even with multiple levels of joins and deeper insights that simply aren't possible with traditional relational and document database systems.
Document Store - Every node in your graph is a JSON document: flexible, extensible, and easily imported from your existing document database.
ArangoSearch - Natively integrated cross-platform indexing, text-search and ranking engine for information retrieval, optimized for speed and memory.
ArangoDB is available in a free and open-source Community Edition, as well as a commercial Enterprise Edition with additional features.
Focus on solving enterprise-scale problems for mission critical workloads using secure graph data. The Enterprise Edition has all the features of the Community Edition and offers additional features for performance, compliance, and security, as well as further query capabilities.
Packages for all supported platforms can be downloaded from https://www.arangodb.com/download/.
For what's new in ArangoDB, see the Highlight by Version and the Release Notes.
Please use GitHub for feature requests and bug reports: https://github.com/arangodb/arangodb/issues
Ask questions about AQL, usage scenarios, etc. on StackOverflow: https://stackoverflow.com/questions/tagged/arangodb
Chat with the community and the developers on Slack: https://arangodb-community.slack.com/
Learn more about ArangoDB with our YouTube channel: https://www.youtube.com/@ArangoDB
Follow us on Twitter to stay up to date: https://twitter.com/arangodb
Find out more about our community: https://www.arangodb.com/community