Go to file
imbajin c749ad00d7
move traivis file
2022-04-19 22:09:42 +08:00
.github move traivis file 2022-04-19 22:09:42 +08:00
hugegraph-api Fix close exception and server-info EXPIRED_INTERVAL (#1804) 2022-04-07 12:57:50 +08:00
hugegraph-cassandra fix apache license conflicts: jnr-posix and jboss-logging (#1822) 2022-04-16 11:47:34 +08:00
hugegraph-core fix: query by within + Text.contains (#1803) 2022-04-19 19:11:58 +08:00
hugegraph-dist chore: replace mysql actions by official docker image 2022-04-19 19:23:16 +08:00
hugegraph-example Spelling corrections (#1798) 2022-03-30 17:12:18 +08:00
hugegraph-hbase StringEncoding: improve empty bytes decode (#1788) 2022-04-16 12:24:23 +08:00
hugegraph-mysql feat(hbase): support hash rowkey struct & pre-init tables (#1696) 2022-04-06 17:17:49 +08:00
hugegraph-palo feat(hbase): support hash rowkey struct & pre-init tables (#1696) 2022-04-06 17:17:49 +08:00
hugegraph-postgresql feat(hbase): support hash rowkey struct & pre-init tables (#1696) 2022-04-06 17:17:49 +08:00
hugegraph-rocksdb BackendEntry.columns() var-arg to single-arg avoid array-construct (#1787) 2022-04-18 14:35:22 +08:00
hugegraph-scylladb feat(hbase): support hash rowkey struct & pre-init tables (#1696) 2022-04-06 17:17:49 +08:00
hugegraph-test fix: query by within + Text.contains (#1803) 2022-04-19 19:11:58 +08:00
style chore: add check-style plugin (#1810) 2022-04-16 12:22:55 +08:00
.gitignore Initially implement distributed consistency with jraft (#1020) 2020-07-28 10:43:31 +08:00
BUILDING.md Spelling corrections (#1798) 2022-03-30 17:12:18 +08:00
CONTRIBUTING.md CONTRIBUTING.md: correct how to sign the CLA (#1819) 2022-04-18 13:49:17 +08:00
Dockerfile Add Dockerfile for server & studio (#845) 2020-11-20 17:47:13 +08:00
LICENSE hugegraph-1364 add LICENSE for hugegraph 2018-08-09 20:23:27 +08:00
README.md Spelling corrections (#1798) 2022-03-30 17:12:18 +08:00
build.sh HugeGraph-596: use jenkins job instead of bcloud to do build 2018-08-09 18:15:49 +08:00
hugegraph-style.xml doc: add code style config file for IDEA (#1060) 2020-06-28 17:34:32 +08:00
pom.xml chore: add check-style plugin (#1810) 2022-04-16 12:22:55 +08:00

README.md

hugegraph-logo

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


License Build Status 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 downloads.

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.