Go to file
zhangyi51 fc13a72a1a improve
Change-Id: Ib33496069005e538cf44a6fec79e834094203529
2022-07-15 13:03:23 +08:00
.github chore: java 11 version support (#1653) 2022-04-25 19:13:30 +08:00
hugegraph-api Fix start RpcServer NPE (#1921) 2022-07-09 17:32:45 +08:00
hugegraph-cassandra support updateIfPresent/updateIfAbsent operation (#1897) 2022-07-06 19:50:30 +08:00
hugegraph-core improve 2022-07-15 13:03:23 +08:00
hugegraph-dist fix: can't shutdown when starting with exception (#1902) 2022-07-04 17:43:59 +08:00
hugegraph-example fix hugegraph-hbase and hugegraph-example checkstyle issue (#1864) 2022-05-09 17:40:48 +08:00
hugegraph-hbase support updateIfPresent/updateIfAbsent operation (#1897) 2022-07-06 19:50:30 +08:00
hugegraph-mysql support updateIfPresent/updateIfAbsent operation (#1897) 2022-07-06 19:50:30 +08:00
hugegraph-palo Add system schema store (#1891) 2022-06-02 16:42:46 +08:00
hugegraph-postgresql support updateIfPresent/updateIfAbsent operation (#1897) 2022-07-06 19:50:30 +08:00
hugegraph-rocksdb support updateIfPresent/updateIfAbsent operation (#1897) 2022-07-06 19:50:30 +08:00
hugegraph-scylladb Add system schema store (#1891) 2022-06-02 16:42:46 +08:00
hugegraph-test fix: can't shutdown when starting with exception (#1902) 2022-07-04 17:43:59 +08:00
style fix checkstyle setting issue (#1857) 2022-05-05 16:29:09 +08:00
.asf.yaml chore: use .asf.yaml for apache workflow rule (#1839) 2022-05-09 17:46:59 +08:00
.editorconfig Minor: add editorconfig (#1904) 2022-06-24 11:10:37 +08:00
.gitignore fix: add build package to ignore file (#1894) 2022-06-01 17:31:04 +08:00
BUILDING.md Spelling corrections (#1798) 2022-03-30 17:12:18 +08:00
CONTRIBUTING.md doc: update git repo for CONTRIBUTING.md (#1872) 2022-05-12 12:34:07 +08:00
Dockerfile chore: bump Dockerfile SERVER_VERSION to 0.12.0 (#1901) 2022-06-25 17:58:52 +08:00
LICENSE hugegraph-1364 add LICENSE for hugegraph 2018-08-09 20:23:27 +08:00
README.md doc: update apache site link (#1867) 2022-05-09 19:31:52 +08:00
build.sh HugeGraph-596: use jenkins job instead of bcloud to do build 2018-08-09 18:15:49 +08:00
hugegraph-style.xml doc: add code style config file for IDEA (#1060) 2020-06-28 17:34:32 +08:00
pom.xml Bump grpc version to support build on apple m1 (#1914) 2022-07-04 19:44:41 +08:00

README.md

hugegraph-logo

A graph database that supports more than 10+ billion data, high performance and scalability


License Build Status Codecov GitHub Releases Downloads

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 conditions combination query
  • Plug-in Backend Store Driver Framework, supporting RocksDB, Cassandra, ScyllaDB, HBase and MySQL now and easy to add other backend store driver if needed
  • Integration with Hadoop/Spark

Getting Started

The project homepage contains more information on HugeGraph and provides links to documentation, getting-started guides and release downloads.

And here are links of other repositories:

  1. hugegraph-toolchain (include loader/dashboard/tool/client)
  2. hugegraph-computer (graph computing system)
  3. hugegraph-commons (include common & rpc module)
  4. hugegraph-website (include doc & website code)

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.