Go to file
liningrui 6fdbebf6c0 HugeGraph-1358: Release 0.10.4
Change-Id: Ie159f4ae7c996dffbce1226db49c3857be5744fc
2019-11-08 14:26:33 +08:00
hugegraph-api upgrade hugegraph-core jar version to 0.10.4 (#736) 2019-11-07 16:25:12 +08:00
hugegraph-cassandra Fix cassandra delete edge with label covered too many lines (#727) 2019-11-04 13:03:08 +08:00
hugegraph-core Put some unsolvable tests into methods filter (#714) 2019-11-08 14:13:12 +08:00
hugegraph-dist Put some unsolvable tests into methods filter (#714) 2019-11-08 14:13:12 +08:00
hugegraph-example Unified license related files name (#733) 2019-11-05 14:07:42 +08:00
hugegraph-hbase Put some unsolvable tests into methods filter (#714) 2019-11-08 14:13:12 +08:00
hugegraph-mysql fix: The backend store of 'xx' has not been initialized (#708) 2019-11-04 11:28:45 +08:00
hugegraph-palo support aggregate property (#693) 2019-10-12 17:32:28 +08:00
hugegraph-postgresql fix: The backend store of 'xx' has not been initialized (#708) 2019-11-04 11:28:45 +08:00
hugegraph-rocksdb Upgrade RocksDB from v5.17.2 to v6.3.6 (#722) 2019-11-06 12:34:33 +08:00
hugegraph-scylladb delete ScyllaDB label index tables (#717) 2019-10-25 23:06:34 +08:00
hugegraph-test Put some unsolvable tests into methods filter (#714) 2019-11-08 14:13:12 +08:00
.gitignore HugeGraph-98: modify config system and add some server script. 2018-08-09 18:14:56 +08:00
.travis.yml Put some unsolvable tests into methods filter (#714) 2019-11-08 14:13:12 +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.10.4 2019-11-08 14:26:33 +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 Upgrade RocksDB from v5.17.2 to v6.3.6 (#722) 2019-11-06 12:34:33 +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 are looking forward to working with you to build an excellent open source community.