Go to file
imbajin 6c0d596eac
refact: use standard UTF-8 charset & enhance CI configs (#2095)
2023-03-07 23:10:31 +08:00
.github refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +08:00
hugegraph-api doc: update issue template & README file (#2131) 2023-02-28 00:16:32 +08:00
hugegraph-cassandra refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +08:00
hugegraph-core refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +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 doc: update issue template & README file (#2131) 2023-02-28 00:16:32 +08:00
hugegraph-scylladb chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-test refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +08:00
style chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
.asf.yaml refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +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 issue template & README file (#2131) 2023-02-28 00:16:32 +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 issue template & README file (#2131) 2023-02-28 00:16:32 +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


Apache HugeGraph

License HugeGraph-CI CodeQL License checker 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 Download Page

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.