Is there a way to connect janusgraph to an existing opensearch instance as the index backend?
I have an opensearch instance running already which I want to also use as the index backend for janusgraph.
But this doesn't work and I get the error:
java.lang.IllegalArgumentException: Unsupported Elasticsearch server major version: 2.14.0
Any help would be appreciated. Thank you!1 Reply
Hi, I got it working: https://github.com/humemai/janusgraph/blob/40b5e0a808e6a62e85b379968d9470505f6bf588/janusgraph-dist/docker/examples/docker-compose-cql-es.yml
GitHub
janusgraph/janusgraph-dist/docker/examples/docker-compose-cql-es.ym...
JanusGraph: an open-source, distributed graph database - humemai/janusgraph