Go to file
vaughn c8e0f0c3e1
chore(license): add ProcessBasicSuite and SturctureBasicSuite license (#2106)
* chore(license): add ProcessBasicSuite and SturctureBasicSuite license

* chore: add snowflake license to binary release

* Update LICENSE-jna.txt
---------

Co-authored-by: imbajin <jin@apache.org>
2023-02-10 14:45:48 +08:00
.github fix: support null value for gremlin test (#2061) 2023-01-16 22:53:24 +08:00
hugegraph-api fix: some reference url and 3rd-party file license (#2100) 2023-02-07 23:44:05 +08:00
hugegraph-cassandra fix: some reference url and 3rd-party file license (#2100) 2023-02-07 23:44:05 +08:00
hugegraph-core chore: fix snowflake license (#2093) 2023-02-09 19:18:47 +08:00
hugegraph-dist chore(license): add ProcessBasicSuite and SturctureBasicSuite license (#2106) 2023-02-10 14:45:48 +08:00
hugegraph-example chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-hbase chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-mysql chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-palo chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-postgresql chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-rocksdb chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-scylladb chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-test fix: some reference url and 3rd-party file license (#2100) 2023-02-07 23:44:05 +08:00
style chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +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 refact: update with release branch (#2091) 2023-01-17 01:51:26 +08:00
.gitignore chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
.licenserc.yaml chore: fix snowflake license (#2093) 2023-02-09 19:18:47 +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 chore(license): add ProcessBasicSuite and SturctureBasicSuite license (#2106) 2023-02-10 14:45:48 +08:00
NOTICE chore(license): add ProcessBasicSuite and SturctureBasicSuite license (#2106) 2023-02-10 14:45:48 +08:00
README.md doc: update apache site link (#1867) 2022-05-09 19:31:52 +08:00
hugegraph-style.xml chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
pom.xml chore: remove unnecessary binary files & add rat check in ci (#2086) 2023-01-14 23:50: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.