Go to file
Aph-CUG 0d719f9846 增加一个link_buf类,以及log写入机制 2024-08-27 09:29:56 +08:00
.github move validate release to hugegraph-doc (#2109) 2023-03-27 16:32:06 +08:00
hugegraph-api chore: async remove left index shouldn't effect query (#2199) 2023-04-19 21:19:01 +08:00
hugegraph-cassandra refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +08:00
hugegraph-core 增加一个link_buf类,以及log写入机制 2024-08-27 09:29:56 +08:00
hugegraph-dist fix: error when start gremlin-console with sample script (#2231) 2023-06-12 16:25:47 +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 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: use an enhanced CypherAPI to refactor it (#2143) 2023-03-15 22:36:13 +08:00
style chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
.asf.yaml chore: update .asf.yaml for mail rule (#2221) 2023-05-31 22:56: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 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: 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 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 doc: update README & add QR code (#2218) 2023-06-05 13:54:38 +08:00
hugegraph-style.xml chore:remove copyright in license header (#2090) 2023-01-13 23:26:52 +08:00
pom.xml chore: remove stage-repo in pom due to release done & update mail rule (#2128) 2023-03-16 13:16:38 +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, 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)

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.

Contact Us


QR png