HugeGraph Database core component, including graph engine, API, and built-in backends
Java Shell Groovy
Clone or download
zhoney hugegraph-1369 update README homepage link for hugegraph
Change-Id: I5b4a09ef4c5a84fd92cc6337bffaf0e1f18bc765
Latest commit c3c2def Jul 27, 2018
Permalink
Failed to load latest commit information.
hugegraph-api HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-cassandra HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-core HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-dist HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-example HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-mysql HugeGraph-1343: Publish other modules to maven central respority Jul 24, 2018
hugegraph-palo HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-rocksdb HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-scylladb HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
hugegraph-test HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018
.gitignore HugeGraph-98: modify config system and add some server script. May 27, 2017
BCLOUD hugegraph-987 migration of tinkerpop performance tests Dec 18, 2017
BUILDING.md HugeGraph-204: fixed file building.md for mvn clean package in single… Jun 7, 2017
LICENSE hugegraph-1364 add LICENSE for hugegraph Jul 27, 2018
README.md hugegraph-1369 update README homepage link for hugegraph Jul 27, 2018
build.sh HugeGraph-596: use jenkins job instead of bcloud to do build Aug 15, 2017
pom.xml HugeGraph-1343: Publish the jar package of the relevant component of … Jul 17, 2018

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.