Go to file
vaughn b3949997fd
chore: add DISCLAIMER & NOTICE & LICENSE file to binary package (#2071)
* chore: add NOTICE and LICENSE to binary package and add DISCLAIMER file

* Update DISCLAIMER

* Update .licenserc.yaml

Co-authored-by: imbajin <jin@apache.org>
2023-01-06 22:44:43 +08:00
.github chore: fix TinkerPop unit test (#2055) 2022-12-26 22:41:46 +08:00
hugegraph-api chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
hugegraph-cassandra chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
hugegraph-core fix: check uncommit due gremlin partition test silently fails (#2065) 2023-01-04 23:18:55 +08:00
hugegraph-dist chore: add DISCLAIMER & NOTICE & LICENSE file to binary package (#2071) 2023-01-06 22:44:43 +08:00
hugegraph-example fix: keep binary file (#2052) 2022-12-15 16:07:34 +08:00
hugegraph-hbase let sub-modules use revision (#2039) 2022-11-30 00:32:17 +08:00
hugegraph-mysql chore: update mysql scope to test (#2043) 2022-12-05 20:23:38 +08:00
hugegraph-palo let sub-modules use revision (#2039) 2022-11-30 00:32:17 +08:00
hugegraph-postgresql let sub-modules use revision (#2039) 2022-11-30 00:32:17 +08:00
hugegraph-rocksdb let sub-modules use revision (#2039) 2022-11-30 00:32:17 +08:00
hugegraph-scylladb let sub-modules use revision (#2039) 2022-11-30 00:32:17 +08:00
hugegraph-test refact: fallback queryNumber() if there are uncommitted records (#2060) 2022-12-29 15:26:53 +08:00
style fix redundant Checkstyle (#1896) 2022-10-30 16:16:21 +08:00
.asf.yaml chore: enable rebase merge (#2003) 2022-11-09 14:56:20 +08:00
.editorconfig Minor: add editorconfig (#1904) 2022-06-24 11:10:37 +08:00
.gitattributes chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
.gitignore chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
.licenserc.yaml chore: add DISCLAIMER & NOTICE & LICENSE file to binary package (#2071) 2023-01-06 22:44:43 +08:00
BUILDING.md chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
CONTRIBUTING.md doc: update git repo for CONTRIBUTING.md (#1872) 2022-05-12 12:34:07 +08:00
DISCLAIMER chore: add DISCLAIMER & NOTICE & LICENSE file to binary package (#2071) 2023-01-06 22:44:43 +08:00
Dockerfile chore: support check license header with RAT & fill the gaps (#1988) 2022-10-26 19:43:41 +08:00
LICENSE hugegraph-1364 add LICENSE for hugegraph 2018-08-09 20:23:27 +08:00
NOTICE chore: add NOTICE file (#2066) 2023-01-04 02:08:43 +08:00
README.md doc: update apache site link (#1867) 2022-05-09 19:31:52 +08:00
hugegraph-style.xml chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
pom.xml chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +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.