So we have Python Goblin (latest release--http://goblin.readthedocs.io/en/latest/) working with JanusGraph 0.1.1 and 0.2.0 (using the preconfigured server bundles on your release page), but we're trying to use dynamodb-janusgraph-storage-backend (which is using JanusGraph 0.1.1 and Tinkerpop 3.2.3).
Hi Team,
So we have Python Goblin (latest release--http://goblin.readthedocs.io/en/latest/) working with JanusGraph 0.1.1 and 0.2.0 (using the preconfigured server bundles on your release page), but we're trying to use dynamodb-janusgraph-storage-backend (which is using JanusGraph 0.1.1 and Tinkerpop 3.2.3).
It seem to us that if Goblin works with JanusGraph 0.1.1 using https://github.com/JanusGraph/janusgraph/releases/download/v0.1.1/janusgraph-0.1.1-hadoop2.zip it should work with JanusGraph 0.1.1 using dynamodb as backend, but we've had no luck so far. Here's our latest error:
aiogremlin.exception.GremlinServerError: 500: 499: The traversal source [g] for alias [g] is not configured on the server.
Is this a configuration problem? Any suggestions?