Go to file
imbajin 5bf0290e54 fix: useless ring detection removed valid path (#1723)
* remove useless ring detection due to it will remove valid path
* limit max depth to 5000 to avoid stackoverflow
2022-01-12 22:42:10 +08:00
.github improve raft module and test (#1721) 2022-01-12 22:42:09 +08:00
hugegraph-api fix: useless ring detection removed valid path (#1723) 2022-01-12 22:42:10 +08:00
hugegraph-cassandra optimize query perf (#1711) 2021-12-28 19:21:22 +08:00
hugegraph-core fix: useless ring detection removed valid path (#1723) 2022-01-12 22:42:10 +08:00
hugegraph-dist improve raft module and test (#1721) 2022-01-12 22:42:09 +08:00
hugegraph-example Bfs optimize vertex-out-out query (#1359) 2021-11-03 19:08:59 +08:00
hugegraph-hbase optimize query perf (#1711) 2021-12-28 19:21:22 +08:00
hugegraph-mysql optimize query perf (#1711) 2021-12-28 19:21:22 +08:00
hugegraph-palo Bfs optimize vertex-out-out query (#1359) 2021-11-03 19:08:59 +08:00
hugegraph-postgresql Bump httpclient from 4.5.2 to 4.5.13 (#1706) 2021-12-22 13:54:48 +08:00
hugegraph-rocksdb optimize query perf (#1711) 2021-12-28 19:21:22 +08:00
hugegraph-scylladb optimize query perf (#1711) 2021-12-28 19:21:22 +08:00
hugegraph-test improve raft module and test (#1721) 2022-01-12 22:42:09 +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
APACHE_PROPOSAL.md Create APACHE_PROPOSAL.md (#1644) 2021-12-21 15:56:49 +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 HugeGraph-1358: update readme for release-0.12 (#1717) 2021-12-31 15:09:58 +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 Bump log4j-api from 2.17.0 to 2.17.1 (#1724) 2022-01-12 22:42:09 +08:00

README.md

HugeGraph

License Build Status Codecov Github Releases Downloads

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.