Go to file
DanGuge b02c2bdaa7
fix(api): incorrect use of 'NO_LIMIT' variable (#2253)
* replace Query.NO_LIMIT with HugeTraverser.NO_LIMIT
2023-07-23 10:51:58 +08:00
.github chore: add pr template (#2234) 2023-06-21 18:11:18 +08:00
hugegraph-api fix(api): incorrect use of 'NO_LIMIT' variable (#2253) 2023-07-23 10:51:58 +08:00
hugegraph-cassandra refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +08:00
hugegraph-core fix(api): incorrect use of 'NO_LIMIT' variable (#2253) 2023-07-23 10:51:58 +08:00
hugegraph-dist feat(perf): support JMH benchmark in HG-test module (#2238) 2023-07-17 16:50:35 +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 fix: optimizing ClassNotFoundException error message for MYSQL (#2246) 2023-07-17 16:49:37 +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 refact(core): optimized batch removal of remaining indices consumed by a single consumer (#2203) 2023-05-31 12:36:52 +08:00
hugegraph-scylladb chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
hugegraph-test feat(perf): support JMH benchmark in HG-test module (#2238) 2023-07-17 16:50:35 +08:00
style chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
.asf.yaml fix: asf invalid notification scheme 'discussions_comment' (#2250) 2023-07-20 18:08:53 +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 feat: use an enhanced CypherAPI to refactor it (#2143) 2023-03-15 22:36:13 +08:00
BUILDING.md chore: prepare for apache v1.0.0 release (#2048) 2022-12-14 17:52:01 +08:00
CONTRIBUTING.md doc: modify ASF and remove meaningless CLA (#2237) 2023-07-01 18:44:49 +08:00
DISCLAIMER chore: add DISCLAIMER & NOTICE & LICENSE file to binary package (#2071) 2023-01-06 22:44:43 +08:00
Dockerfile refact: use a slim way to build docker image on latest code & support zgc (#2118) 2023-03-08 12:14:37 +08:00
LICENSE feat: use an enhanced CypherAPI to refactor it (#2143) 2023-03-15 22:36:13 +08:00
NOTICE chore(license): add ProcessBasicSuite and SturctureBasicSuite license (#2106) 2023-02-10 14:45:48 +08:00
README.md chore: improve the UI & content in README (#2227) 2023-06-13 00:04:28 +08:00
hugegraph-style.xml chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
pom.xml feat(perf): support JMH benchmark in HG-test module (#2238) 2023-07-17 16:50:35 +08:00

README.md

hugegraph-logo

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

License HugeGraph-CI CodeQL License checker Codecov GitHub Releases Downloads stars

What is Apache HugeGraph?

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, support Gremlin & Cypher language
  • 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, support RocksDB, Cassandra, HBase, ScyllaDB, and MySQL/Postgre now and easy to add other backend store driver if needed
  • Integration with Flink/Spark/HDFS, and friendly to connect other big data platforms

Quick Start

1. Docker Way

We can use docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph to quickly start an inner HugeGraph server with RocksDB in background.

Optional: use docker exec -it graph bash to enter the container to do some operations.

2. Download Way

Visit Download Page and refer the doc to download the latest release package and start the server.

3. Source Building Way

Visit Source Building Page and follow the steps to build the source code and start the server.

The project doc page contains more information on HugeGraph and provides detailed documentation for users. (Structure / Usage / API / Configs...)

And here are links of other HugeGraph component/repositories:

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

License

HugeGraph is licensed under Apache 2.0 License.

Contributing

  • Welcome to contribute to HugeGraph, please see How to Contribute & Guidelines for more information.
  • Note: It's recommended to use GitHub Desktop to greatly simplify the PR and commit process.
  • Thank you to all the people who already contributed to HugeGraph!

contributors graph

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.

Contact Us

QR png