Python developer here. Here's my rant.<p>I've been using OrientDB (one of the leading Graph databases) for the last few months; it's been a horrible experience to get it working with Python, as the official Python OrientDB driver is essentially a very thin wrapper around the binary protocol.<p>Using Gremlin would actually be nice, and save me a lot of nasty queries, but it seems like there is no python ecosystem for it.
The presentation mentions "Gremlin-Python". A quick Google search brings up these results:<p>1. "Bulbs" (<a href="http://bulbflow.com/download/" rel="nofollow">http://bulbflow.com/download/</a>) - it's a dead project, last commit being 10 months ago. Look at <a href="https://github.com/espeed/bulbs" rel="nofollow">https://github.com/espeed/bulbs</a><p>2. "Gremlin-Python" - <a href="https://github.com/pokitdok/gremlin-python" rel="nofollow">https://github.com/pokitdok/gremlin-python</a> . Dead project (last commit 6 months ago), and requires one to install Jython.<p>I would love to know if I've missed something - did anyone get Python to nicely work with Gremlin?