cassandra metrics workaround: translate ipv4 to ipv6 (#1853)

* log cassandra probe host

* Translate IPv4 to IPv6 to fix issue #1843

* enable cassandra/scylladb metrics test case

* resume debug log
2 files changed
tree: 1514e837a469d5b71427834d091319a184c0cbe1
  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. style/
  15. .gitignore
  16. build.sh
  17. BUILDING.md
  18. CONTRIBUTING.md
  19. Dockerfile
  20. hugegraph-style.xml
  21. LICENSE
  22. pom.xml
  23. README.md
README.md

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.

And here are links of other repositories:

  1. hugegraph-toolchain (include loader/dashboard/tool/client)
  2. hugegraph-computer (graph computing system)
  3. hugegraph-commons (include common & rpc module)
  4. hugegraph-website (include 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.