Go to file
zhoney eb062b2b02
fix weighted shortest path result not stable (#1280)
Change-Id: Ic97d8c92bd97d6203b7b366a2c6e2f661932e05f
2020-11-25 19:08:44 +08:00
hugegraph-api fix weighted shortest path result not stable (#1280) 2020-11-25 19:08:44 +08:00
hugegraph-cassandra Solve some dependency conflicts (#54) (#1184) 2020-09-22 09:09:17 +08:00
hugegraph-core fix weighted shortest path result not stable (#1280) 2020-11-25 19:08:44 +08:00
hugegraph-dist add ssl certificate file and default password (#1254) 2020-11-11 19:33:58 +08:00
hugegraph-example Update cache from raft StateMachine (#1119) 2020-07-29 18:07:37 +08:00
hugegraph-hbase support hbase enable kerberos authentication (#1234) 2020-10-30 15:52:04 +08:00
hugegraph-mysql Update cache from raft StateMachine (#1119) 2020-07-29 18:07:37 +08:00
hugegraph-palo Fix rocksdb instance not close properly (#1264) 2020-11-17 15:34:50 +08:00
hugegraph-postgresql Update cache from raft StateMachine (#1119) 2020-07-29 18:07:37 +08:00
hugegraph-rocksdb Write snapshot explicity after truncate backend (#1275) 2020-11-23 14:02:45 +08:00
hugegraph-scylladb Update cache from raft StateMachine (#1119) 2020-07-29 18:07:37 +08:00
hugegraph-test Implement raft snapshot mechanism by rocksdb checkpoint (#1247) 2020-11-18 16:09:53 +08:00
.gitignore Initially implement distributed consistency with jraft (#1020) 2020-07-28 10:43:31 +08:00
.travis.yml adapt tinkerpop-test for v0.11 (#1048) 2020-07-28 22:17:28 +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 unify TinkerPop spell (#1252) 2020-11-11 13:19:52 +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
issue_template.md Create issue_template.md 2018-09-05 01:37:22 -05:00
pom.xml Fix log4j error tips when run in gremlin console (#1229) 2020-10-28 17:42:52 +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.