Go to file
Simon Cheung 823b1902eb
fix(pd): log4j version conflict & follower NPE (#2339)
* fix: log4j version conflict

* Update RaftRpcClient.java
2023-10-30 16:32:59 +08:00
.github chore: enhance a string of problems to pass CI (#2321) 2023-10-16 16:01:10 +08:00
hugegraph-pd fix(pd): log4j version conflict & follower NPE (#2339) 2023-10-30 16:32:59 +08:00
hugegraph-server chore: enhance a string of problems to pass CI (#2321) 2023-10-16 16:01:10 +08:00
hugegraph-store chore: enhance a string of problems to pass CI (#2321) 2023-10-16 16:01:10 +08:00
style chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
.asf.yaml chore: allow merge for a string of commits/PR 2023-08-08 10:41:58 +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: enhance a string of problems to pass CI (#2321) 2023-10-16 16:01:10 +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 chore: enhance a string of problems to pass CI (#2321) 2023-10-16 16:01:10 +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