Change-Id: Ie9f9679f87ac7967de54184191a9e6d29130b32f |
||
|---|---|---|
| hugegraph-api | ||
| hugegraph-cassandra | ||
| hugegraph-core | ||
| hugegraph-dist | ||
| hugegraph-example | ||
| hugegraph-hbase | ||
| hugegraph-mysql | ||
| hugegraph-palo | ||
| hugegraph-rocksdb | ||
| hugegraph-scylladb | ||
| hugegraph-test | ||
| .gitignore | ||
| BCLOUD | ||
| BUILDING.md | ||
| README.md | ||
| build.sh | ||
| pom.xml | ||
README.md
HugeGraph
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).
Features
- Compliance to Apache TinkerPop 3, supporting Gremlin
- Schema Metadata Management, including VertexLabel, EdgeLabel, PropertyKey and IndexLabel
- Multi-type Indexes, supporting exact query, range query and complex conditons combination query
- Plug-in Backend Store Driver Framework, supporting RocksDB, Cassandra, ScyllaDB and MySQL now and easy to add other backend store driver if needed
- Integration with Hadoop/Spark
Learn More
The project homepage contains more information on HugeGraph and provides links to documentation, getting-started guides and release downloads.
License
HugeGraph is licensed under Apache 2.0 License.