Hi, I'm working on a project that requires a knowledge graph. I'm trying to configure a janusgraph server, such that It connects to a cassandra cluster hosted by Aiven:
... but I've had no luck with it. I followed the guide from:
... but when I try to connect throught the gremlin console I get the following error message:
storage.backend=cql
storage.hostname=cassandra-[name & project].
aivencloud.comstorage.port=15522
storage.username=[my username]
storage.password=[my password]
storage.cql.ssl.enabled=true
storage.cql.ssl.truststore.location=/opt/janusgraph-0.6.0/store/sstableloader.truststore.jks
storage.cql.ssl.keystore.location=/opt/janusgraph-0.6.0/store/sstableloader.keystore.p12
storage.cql.ssl.truststore.password=[password]
storage.cql.ssl.keystore.password=[password]
storage.cql.keyspace=janusgraph
storage.cql.local-datacenter=aws-eu-west-1
storage.cql.read-consistency-level=LOCAL_QUORUM
storage.cql.write-consistency-level=LOCAL_QUORUM
log.janusgraph.key-consistent=true
log.tx.key-consistent=true
storage.cql.metadata-schema-enabled=false
storage.cql.metadata-token-map-enabled=false
storage.cql.partitioner-name=DefaultPartitioner
graph.assign-timestamp=false
cache.db-cache = true
cache.db-cache-clean-wait = 20
cache.db-cache-time = 180000
cache.db-cache-size = 0.5