python goblin vs spring-data-goblin for interactions with gremlin server
I want an OGM to interact with my gremlin server. What would be a good choice?
Solution:Jump to solution
I've not kept up with the latest changes to these libraries. Goblin might be the most currently maintained one. If you're using Python I suppose I'd start there. Not sure if anyone here can chime in with some success stories around using OGMs. Most applications I hear about tend to just use Gremlin directly.
3 Replies
Solution
I've not kept up with the latest changes to these libraries. Goblin might be the most currently maintained one. If you're using Python I suppose I'd start there. Not sure if anyone here can chime in with some success stories around using OGMs. Most applications I hear about tend to just use Gremlin directly.
Probably the best overall implementation of an OGM that I've seen (and one that is well maintained) is Gremlinq - if you're a .NET dev: https://github.com/ExRam/ExRam.Gremlinq
cc: @Daniel Weber
GitHub
GitHub - ExRam/ExRam.Gremlinq: A .NET object-graph-mapper for Apach...
A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases. - ExRam/ExRam.Gremlinq
ah! i should not have forgotten that one as a well-maintained OGM. looks like goblin has been updated in the last year or so too so perhaps that's in good shape as well.