Go to file
guoshoujing d0e9aa92f5 update api version 2021-07-19 16:47:08 +08:00
.github chore: refactor issue template with forum struct (yaml format) (#1531) 2021-07-01 19:24:10 +08:00
hugegraph-api update api version 2021-07-19 16:47:08 +08:00
hugegraph-cassandra Add compact api for rocksdb/cassandra/hbase backend (#1378) 2021-06-11 15:57:20 +08:00
hugegraph-core improve code 2021-07-19 15:30:01 +08:00
hugegraph-dist refact: invalidate auth client cache & merge auth filter log (#1528) 2021-06-30 16:38:02 +08:00
hugegraph-example refact: invalidate auth client cache & merge auth filter log (#1528) 2021-06-30 16:38:02 +08:00
hugegraph-hbase Add compact api for rocksdb/cassandra/hbase backend (#1378) 2021-06-11 15:57:20 +08:00
hugegraph-mysql Add compact api for rocksdb/cassandra/hbase backend (#1378) 2021-06-11 15:57:20 +08:00
hugegraph-palo Upgrade version to 0.12.0 (#1372) 2021-03-26 18:00:34 +08:00
hugegraph-postgresql Upgrade version to 0.12.0 (#1372) 2021-03-26 18:00:34 +08:00
hugegraph-rocksdb Add compact api for rocksdb/cassandra/hbase backend (#1378) 2021-06-11 15:57:20 +08:00
hugegraph-scylladb Add compact api for rocksdb/cassandra/hbase backend (#1378) 2021-06-11 15:57:20 +08:00
hugegraph-test feat: support collection type index(#893) (#1474) 2021-07-07 18:13:27 +08:00
.gitignore Initially implement distributed consistency with jraft (#1020) 2020-07-28 10:43:31 +08:00
.travis.yml add install-scylladb.sh to travis (#1422) 2021-04-29 00:26:55 +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
CONTRIBUTING.md doc: add code style config file for IDEA (#1060) 2020-06-28 17:34:32 +08:00
Dockerfile Add Dockerfile for server & studio (#845) 2020-11-20 17:47:13 +08:00
LICENSE hugegraph-1364 add LICENSE for hugegraph 2018-08-09 20:23:27 +08:00
README.md chore: use tokenless way for coverage & update configs (#1529) 2021-06-30 14:27:59 +08:00
build.sh HugeGraph-596: use jenkins job instead of bcloud to do build 2018-08-09 18:15:49 +08:00
hugegraph-style.xml doc: add code style config file for IDEA (#1060) 2020-06-28 17:34:32 +08:00
pom.xml Fix sensitive mail address (#1419) 2021-04-16 15:49:12 +08:00

README.md

HugeGraph

License Build Status codecov

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 conditions combination query
  • Plug-in Backend Store Driver Framework, supporting RocksDB, Cassandra, ScyllaDB, HBase 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.

Contributing

Welcome to contribute to HugeGraph, please see How to Contribute for more information.

License

HugeGraph is licensed under Apache 2.0 License.

Thanks

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.