Go to file
Jermy Li 07cc67e8a7
Skip expired_time when not needed (#1044)
* improve perf: skip expired_time for TextSerializer and TableSerializer
* fix mysql ttl insert template
* fix pgsql ttl insert template
* fix HugePermission.match()

Change-Id: Ic607b372ba61ac5768b81497d4ae7b2d4f4342f4
2020-06-18 14:31:20 +08:00
hugegraph-api fix count api bug when last step count in (degree, skipDegree) (#1042) 2020-06-18 10:22:19 +08:00
hugegraph-cassandra Skip expired_time when not needed (#1044) 2020-06-18 14:31:20 +08:00
hugegraph-core Skip expired_time when not needed (#1044) 2020-06-18 14:31:20 +08:00
hugegraph-dist Fix gremlin-console can't work (#1027) 2020-06-17 10:32:02 +08:00
hugegraph-example add grant permission api (#985) 2020-05-11 15:33:41 +08:00
hugegraph-hbase fix auth: property of int or date type can't be filtered (#1004) 2020-06-04 17:58:59 +08:00
hugegraph-mysql Skip expired_time when not needed (#1044) 2020-06-18 14:31:20 +08:00
hugegraph-palo support ttl for vertex and edge (#794) 2020-05-14 11:07:38 +08:00
hugegraph-postgresql Skip expired_time when not needed (#1044) 2020-06-18 14:31:20 +08:00
hugegraph-rocksdb fix auth: property of int or date type can't be filtered (#1004) 2020-06-04 17:58:59 +08:00
hugegraph-scylladb add grant permission api (#985) 2020-05-11 15:33:41 +08:00
hugegraph-test Skip expired_time when not needed (#1044) 2020-06-18 14:31:20 +08:00
.gitignore HugeGraph-98: modify config system and add some server script. 2018-08-09 18:14:56 +08:00
.travis.yml Delay checking for vertex non-nullable properties (#756) 2019-12-18 18:10:07 +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 update Thanks in README (#906) 2020-03-23 22:58:28 +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 add grant permission api (#985) 2020-05-11 15:33:41 +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 Titan and the schema definition of DataStax. Thanks to Tinkerpop, thanks to 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.