fix: useless ring detection removed valid path (#1723)

* remove useless ring detection due to it will remove valid path
* limit max depth to 5000 to avoid stackoverflow
5 files changed
tree: 4e74babbfad54a979c50901aad0fff51cca3f2ef
  1. .github/
  2. hugegraph-api/
  3. hugegraph-cassandra/
  4. hugegraph-core/
  5. hugegraph-dist/
  6. hugegraph-example/
  7. hugegraph-hbase/
  8. hugegraph-mysql/
  9. hugegraph-palo/
  10. hugegraph-postgresql/
  11. hugegraph-rocksdb/
  12. hugegraph-scylladb/
  13. hugegraph-test/
  14. .gitignore
  15. .travis.yml
  16. APACHE_PROPOSAL.md
  17. build.sh
  18. BUILDING.md
  19. CONTRIBUTING.md
  20. Dockerfile
  21. hugegraph-style.xml
  22. LICENSE
  23. pom.xml
  24. README.md
README.md

HugeGraph

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

Learn More

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.