hugegraph-81 update link to github address for README

Change-Id: I38056fe16670da945d891057301cedc32e2499ec
1 file changed
tree: 2c4399455a995b0968ac4ea4721557c47d72523f
  1. hugegraph-api/
  2. hugegraph-cassandra/
  3. hugegraph-core/
  4. hugegraph-dist/
  5. hugegraph-example/
  6. hugegraph-hbase/
  7. hugegraph-mysql/
  8. hugegraph-palo/
  9. hugegraph-rocksdb/
  10. hugegraph-scylladb/
  11. hugegraph-test/
  12. .gitignore
  13. BCLOUD
  14. build.sh
  15. BUILDING.md
  16. pom.xml
  17. README.md
README.md

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, supporting Gremlin
  • Schema Metadata Management, including VertexLabel, EdgeLabel, PropertyKey and IndexLabel
  • Multi-type Indexes, supporting exact query, range query and complex conditons combination query
  • Plug-in Backend Store Driver Framework, supporting RocksDB, Cassandra, ScyllaDB and MySQL now and easy to add other backend store driver if needed
  • Integration with Hadoop/Spark

Learn More

The project homepage contains more information on HugeGraph and provides links to documentation, getting-started guides and release downloads.

License

HugeGraph is licensed under Apache 2.0 License.