Open krlawrence opened 5 years ago
Let me know if I can be somehow helpful here.
We are using JanusGraph with Python to analyze Python packages in the Python ecosystem. Here is an example notebook published (the repo it lives in has more notebooks) and here is our graph database adapter for using Gramlin queries and connecting to JanusGraph.
It is fairly straightforward to bootstrap an environment inside the Python console so that it can be used with a Gremlin Server. This has the advantage of being able to mix Gremlin and Python (and also use Python variables to manipulate results).