Search code examples
pythongraph-databasesgremlin-server

Active ORM/OGM projects for Graph Database?


I am wondering whether someone knows about any new projects which can map nodes/relationships in a graph DB to objects/references in an object-oriented programming language, like Python. I've found projects such as Bulbs (https://github.com/espeed/bulbs) but this project is several years old and not compatible with the latest versions. Ideally I am looking for something which can work with a graph hosted from or connected to a Gremlin Server instance, that is active and up-to-date with the latest versions of Python/Gremlin.


Solution

  • As of right now, you're best option is Goblin.