Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dgraph | 19,122 | 3 | 4 | a day ago | 174 | January 05, 2022 | 262 | other | Go | |
Native GraphQL Database with graph backend | ||||||||||
Sonic | 17,891 | 19 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 | 17 days ago | 235 | August 09, 2022 | 286 | other | JavaScript | |
An open source cybersecurity protocol for syncing decentralized graph data. | ||||||||||
Arangodb | 12,872 | 5 hours ago | 240 | May 23, 2018 | 758 | 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 | a day ago | 374 | August 11, 2022 | 310 | other | Java | |
Graphs for Everyone | ||||||||||
Nebula | 8,907 | 1 | 10 hours ago | 1 | December 17, 2019 | 433 | 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 | 3 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,366 | 6 | 5 | 6 hours ago | 24 | December 13, 2018 | 172 | agpl-3.0 | Java | |
TypeDB: a strongly-typed database |
A graph database that supports more than 10 billion data, high performance and scalability
HugeGraph is a fast-speed and highly-scalable graph database. Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP ability. As compliance to Apache TinkerPop 3 framework, various complicated graph queries can be accomplished through Gremlin(a powerful graph traversal language).
RocksDB
, Cassandra
, HBase
, ScyllaDB
, and MySQL/Postgre
now and easy to add other backend store driver if neededFlink/Spark/HDFS
, and friendly to connect other big data platformsWe can use docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph
to quickly start an inner
HugeGraph server with RocksDB
in background.
Optional: use docker exec -it graph bash
to enter the container to do some operations.
Visit Download Page and refer the doc to download the latest release package and start the server.
Visit Source Building Page and follow the steps to build the source code and start the server.
The project doc page contains more information on HugeGraph and provides detailed documentation for users. (Structure / Usage / API / Configs...)
And here are links of other HugeGraph component/repositories:
Welcome to contribute to HugeGraph, please see How to Contribute
for more information.
HugeGraph is licensed under Apache 2.0 License.
HugeGraph relies on the TinkerPop framework, we refer to the storage structure of Titan and the schema definition of DataStax. Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other organizations or authors who contributed to the project.
You are welcome to contribute to HugeGraph, and we are looking forward to working with you to build an excellent open source community.