Go to file
imbajin 3fcfce2bb7 Support batch updating elements' property by multiple strategy (#493)
support strategies:
  SUM, BIGGER, SMALLER on Number or Date
  UNION, INTERSECTION, APPEND, ELIMINATE on Collection
2019-07-23 18:36:49 +08:00
hugegraph-api Support batch updating elements' property by multiple strategy (#493) 2019-07-23 18:36:49 +08:00
hugegraph-cassandra Support to detect connection before using if needed (#562) 2019-06-13 18:21:45 +08:00
hugegraph-core Support batch updating elements' property by multiple strategy (#493) 2019-07-23 18:36:49 +08:00
hugegraph-dist add cache options for rocksdb (#567) 2019-06-26 16:40:34 +08:00
hugegraph-example Add api white list and rate limiter for gc (#522) 2019-05-31 17:06:40 +08:00
hugegraph-hbase Support to detect connection before using if needed (#562) 2019-06-13 18:21:45 +08:00
hugegraph-mysql Fix query by eq with range index in page only return first page data (#614) 2019-07-22 11:37:42 +08:00
hugegraph-palo Bump up to version 0.10.0 (#471) 2019-05-06 22:43:01 -05:00
hugegraph-postgresql fix existDatabase(), clearBackend() and rollback() for postgresql (#531) 2019-06-12 10:42:04 +08:00
hugegraph-rocksdb Support batch updating elements' property by multiple strategy (#493) 2019-07-23 18:36:49 +08:00
hugegraph-scylladb Bump up to version 0.10.0 (#471) 2019-05-06 22:43:01 -05:00
hugegraph-test Fix query by eq with range index in page only return first page data (#614) 2019-07-22 11:37:42 +08:00
.gitignore HugeGraph-98: modify config system and add some server script. 2018-08-09 18:14:56 +08:00
.travis.yml improve exception type if failed while waiting for async task (#596) 2019-07-02 19:24:57 +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 improve README.md thanks section (#548) 2019-06-03 23:43:34 +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 PostgreSQL and CockroachDB backends (#484) 2019-05-22 15:19:38 +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.