Go to file
V_Galaxy 7df736a77c
chore(hstore): translate CJK comments to English (#2616)
* trans server-core
2024-08-10 15:31:25 +08:00
.github chore: temporarily ignore failure core tests for hstore & simplify ci name (#2599) 2024-07-31 16:40:53 +08:00
.idea chore: make IDEA support IssueNavigationLink and add icon (#2521) 2024-04-15 15:31:12 +08:00
docker feat(dist): support docker deployment for PD and Store (#2573) 2024-07-15 11:12:25 +08:00
hugegraph-pd chore(pd): translate CJK punctuations to English (#2625) 2024-08-10 12:16:51 +08:00
hugegraph-server chore(hstore): translate CJK comments to English (#2616) 2024-08-10 15:31:25 +08:00
hugegraph-store chore(store): translate CJK comments to English for store-cli, store-client, store-common, store-core (#2623) 2024-08-10 12:47:09 +08:00
install-dist chore(dist): tar source and binary package for hugegraph with pd-store (#2594) 2024-08-06 21:21:14 +08:00
style fix(server): unify the license headers (#2438) 2024-02-07 12:53:57 +08:00
.asf.yaml chore: enable up-to-date for UI(CI) (#2609) 2024-08-02 11:21:54 +08:00
.editorconfig chore: migrate the `hg-style.xml` to `.editorconfig` (#2561) 2024-06-28 22:34:07 +08:00
.gitattributes chore(dist): tar source and binary package for hugegraph with pd-store (#2594) 2024-08-06 21:21:14 +08:00
.gitignore chore(dist): tar source and binary package for hugegraph with pd-store (#2594) 2024-08-06 21:21:14 +08:00
.licenserc.yaml chore: reset license header for file declared in LICENSE (#2550) 2024-06-11 10:08:23 +08:00
BUILDING.md feat(dist): support docker deployment for PD and Store (#2573) 2024-07-15 11:12:25 +08:00
CONTRIBUTING.md feat(dist): support docker deployment for PD and Store (#2573) 2024-07-15 11:12:25 +08:00
DISCLAIMER chore: add DISCLAIMER & NOTICE & LICENSE file to binary package (#2071) 2023-01-06 22:44:43 +08:00
LICENSE fix: update resource references (#2522) 2024-04-16 15:10:49 +08:00
NOTICE doc: enhance NOTICE info to keep it clear (#2409) 2024-01-09 18:44:08 +08:00
README.md feat(dist): support docker deployment for PD and Store (#2573) 2024-07-15 11:12:25 +08:00
pom.xml chore(dist): tar source and binary package for hugegraph with pd-store (#2594) 2024-08-06 21:21:14 +08:00

README.md

hugegraph-logo

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

License HugeGraph-CI License checker GitHub Releases Downloads

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 achieved 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 another backend store driver if needed
  • Integration with Flink/Spark/HDFS, and friendly to connect other big data platforms

Quick Start

1. Docker Way (Convenient for Test)

We can use docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph to quickly start an inner HugeGraph server with RocksDB (in backgrounds) for test/dev. You can visit doc page or the README for more details. (Docker Compose)

Note:

  1. The docker image of hugegraph is a convenience release, but not official distribution artifacts. You can find more details from ASF Release Distribution Policy.

  2. Recommend to use release tag(like 1.2.0) for the stable version. Use latest tag to experience the newest functions in development.

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 tools loader/dashboard/tool/client)
  2. hugegraph-computer (integrated graph computing system)
  3. hugegraph-commons (common & rpc libs)
  4. hugegraph-website (doc & website code)
  5. hugegraph-ai (integrated Graph AI/LLM/KG system)

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