amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
447 stars 99 forks source link

Janusgraph/DynamoDB using Python Goblin #242

Open jbrow70 opened 7 years ago

jbrow70 commented 7 years ago

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?