Go to file
zhoney f4031f1e05 fix bug: remove secondary index of cassandra backend exceeding 65535 limit (#387)
fixed: #384

Change-Id: I3b0db265b621c149404a97ab688af8bd2e4ca4bd
2019-03-08 19:57:12 +08:00
hugegraph-api task index-label id has conflicts with primitive index label 2018-11-29 16:07:47 +08:00
hugegraph-cassandra fix bug: remove secondary index of cassandra backend exceeding 65535 limit (#387) 2019-03-08 19:57:12 +08:00
hugegraph-core fix bug: remove secondary index of cassandra backend exceeding 65535 limit (#387) 2019-03-08 19:57:12 +08:00
hugegraph-dist task index-label id has conflicts with primitive index label 2018-11-29 16:07:47 +08:00
hugegraph-example add the number of pending tasks to metrics 2018-11-08 21:34:24 +08:00
hugegraph-hbase fix bug: query vertices by ids with hasId() filter when using number id 2018-12-26 14:39:31 +08:00
hugegraph-mysql Sync script util.sh with hugegraph-tools 2018-11-27 17:30:44 +08:00
hugegraph-palo speed up tinkerpop test 2018-11-21 21:21:12 +08:00
hugegraph-rocksdb add metrics api test 2018-11-23 16:36:04 +08:00
hugegraph-scylladb speed up tinkerpop test 2018-11-21 21:21:12 +08:00
hugegraph-test fix bug: query vertices by ids with hasId() filter when using number id 2018-12-26 14:39:31 +08:00
.gitignore HugeGraph-98: modify config system and add some server script. 2018-08-09 18:14:56 +08:00
.travis.yml fix init-store can't find main class 2018-11-29 16:23:44 +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
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 HugeGraph-1358: Release 0.8.0 2018-11-29 16:26:56 +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 HugeGraph-622: Bump up to version 0.8.0 2018-08-10 15:43:31 +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.