Go to file
Linary d8d8fe2fa1 Improve some comments (#472)
Change-Id: I237f3e4175eec538aff01c521ec6e93cc8c2fc87
2019-04-19 18:37:05 +08:00
hugegraph-api optimize: don't do remove-index if it's CREATING status (#465) 2019-04-19 14:12:13 +08:00
hugegraph-cassandra Improve some comments (#472) 2019-04-19 18:37:05 +08:00
hugegraph-core Improve some comments (#472) 2019-04-19 18:37:05 +08:00
hugegraph-dist Reduce the version of Cassandra to 3.10 for ci (#464) 2019-04-18 14:21:59 +08:00
hugegraph-example Improve some comments (#472) 2019-04-19 18:37:05 +08:00
hugegraph-hbase optimize: don't do remove-index if it's CREATING status (#465) 2019-04-19 14:12:13 +08:00
hugegraph-mysql Uniform variable name: Iterator iter (#438) 2019-04-09 18:45:17 +08:00
hugegraph-palo Support pagination when single index query (#328) 2019-03-27 16:22:34 +08:00
hugegraph-rocksdb Add replication setting for NetworkTopologyStrategy of Cassandra (#448) 2019-04-15 18:56:19 +08:00
hugegraph-scylladb Reduce the version of Cassandra to 3.10 for ci (#464) 2019-04-18 14:21:59 +08:00
hugegraph-test Fix bug in quering with joint labels (#456) 2019-04-17 20:34:35 +08:00
.gitignore HugeGraph-98: modify config system and add some server script. 2018-08-09 18:14:56 +08:00
.travis.yml Support code coverage statistics 2019-03-04 17:22:18 +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 add CONTRIBUTING.md 2018-09-18 16:41:39 +08:00
LICENSE hugegraph-1364 add LICENSE for hugegraph 2018-08-09 20:23:27 +08:00
README.md add CONTRIBUTING.md 2018-09-18 16:41:39 +08:00
build.sh HugeGraph-596: use jenkins job instead of bcloud to do build 2018-08-09 18:15:49 +08:00
issue_template.md Create issue_template.md 2018-09-05 01:37:22 -05:00
pom.xml Support pagination when single index query (#328) 2019-03-27 16:22:34 +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 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.

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 JanusGraph and the schema definition of DataStax. Thanks to Tinkerpop, thanks to JanusGraph and 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 hope to work with you to create a better open source environment.