Go to file
Zhangmei Li 5a2f8aecb3 HugeGraph-1324: fix "Assertion error: (is_last_reference)"
Change-Id: Ie9f9679f87ac7967de54184191a9e6d29130b32f
2018-08-09 18:17:38 +08:00
hugegraph-api HugeGraph-81: Clear some warings in metrics releated classes 2018-08-09 18:17:38 +08:00
hugegraph-cassandra HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00
hugegraph-core HugeGraph-1324: fix "Assertion error: (is_last_reference)" 2018-08-09 18:17:38 +08:00
hugegraph-dist HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00
hugegraph-example HugeGraph-1324: fix "Assertion error: (is_last_reference)" 2018-08-09 18:17:38 +08:00
hugegraph-hbase HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00
hugegraph-mysql HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00
hugegraph-palo HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00
hugegraph-rocksdb HugeGraph-1324: fix "Assertion error: (is_last_reference)" 2018-08-09 18:17:38 +08:00
hugegraph-scylladb HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00
hugegraph-test HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00
.gitignore HugeGraph-98: modify config system and add some server script. 2018-08-09 18:14:56 +08:00
BCLOUD hugegraph-987 migration of tinkerpop performance tests 2018-08-09 18:16:44 +08:00
BUILDING.md HugeGraph-204: fixed file building.md for mvn clean package in single line exist little error. 2018-08-09 18:15:01 +08:00
README.md hugegraph-81 modify README.md to delete "transactional" 2018-08-09 18:17:22 +08:00
build.sh HugeGraph-596: use jenkins job instead of bcloud to do build 2018-08-09 18:15:49 +08:00
pom.xml HugeGraph-387: add async-task framework 2018-08-09 18:17:38 +08:00

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.