Go to file
zhangyi51 19edf00149 Fix bug that tinkerpop test suite can't find filter in resource directory
fix #8

Change-Id: If0d046a6eaaa76cabbc368fae18ecc05231a5307
2018-08-22 08:48:32 -05:00
hugegraph-api HugeGraph-1363: Add travsi and badge link 2018-08-10 15:34:38 +08:00
hugegraph-cassandra HugeGraph-1343: Publish the jar package of the relevant component of version 0.6 to the maven central repository 2018-08-09 16:40:50 +08:00
hugegraph-core HugeGraph-1363: Add travsi and badge link 2018-08-10 15:34:38 +08:00
hugegraph-dist HugeGraph-1388: Unified the way to get free memory on linux system 2018-08-10 15:34:49 +08:00
hugegraph-example HugeGraph-1343: Publish the jar package of the relevant component of version 0.6 to the maven central repository 2018-08-09 16:40:50 +08:00
hugegraph-mysql HugeGraph-1343: Publish other modules to maven central respority 2018-08-09 16:40:50 +08:00
hugegraph-palo HugeGraph-1343: Publish the jar package of the relevant component of version 0.6 to the maven central repository 2018-08-09 16:40:50 +08:00
hugegraph-rocksdb HugeGraph-1343: Publish the jar package of the relevant component of version 0.6 to the maven central repository 2018-08-09 16:40:50 +08:00
hugegraph-scylladb HugeGraph-1343: Publish the jar package of the relevant component of version 0.6 to the maven central repository 2018-08-09 16:40:50 +08:00
hugegraph-test Fix bug that tinkerpop test suite can't find filter in resource directory 2018-08-22 08:48:32 -05:00
.gitignore HugeGraph-98: modify config system and add some server script. 2018-08-08 22:41:51 +08:00
.maven.xml HugeGraph-1370: support travis deploy to maven central and github releases 2018-08-10 15:34:49 +08:00
.private-key.gpg.gpg HugeGraph-1370: support travis deploy to maven central and github releases 2018-08-10 15:34:49 +08:00
.travis.yml HugeGraph-1370: support travis deploy to maven central and github releases 2018-08-10 15:34:49 +08:00
BCLOUD hugegraph-987 migration of tinkerpop performance tests 2018-08-09 01:01:11 +08:00
BUILDING.md HugeGraph-204: fixed file building.md for mvn clean package in single line exist little error. 2018-08-08 22:46:19 +08:00
LICENSE hugegraph-1364 add LICENSE for hugegraph 2018-08-09 16:40:50 +08:00
README.md HugeGraph-1331: Add thanks info 2018-08-10 15:34:49 +08:00
build.sh HugeGraph-596: use jenkins job instead of bcloud to do build 2018-08-09 00:37:06 +08:00
pom.xml HugeGraph-1370: support travis deploy to maven central and github releases 2018-08-10 15:34:49 +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.

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.