espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

Add Support for TinkerPop GremlinServer (the new Rexster) #129

Open espeed opened 10 years ago

espeed commented 10 years ago

Gremlin Server is replacing Rexster in TinkerPop3 -- it will be an RPC server over websockets that will use Gremlin for everything (no more HTTP REST endpoints).

@spmallette is the GremlinServer lead.

spmallette commented 10 years ago

Nice to see this is on the bulbs roadmap. I want to make sure python guys get good support in TinkerPop3. We still don't have client interactions with Gremlin Server completely figured out yet, but the dumpy little test clients i've written perform pretty well. Still not 100% happy with the approach yet, but it's getting there. Will be good to have some feedback once you start digging in to this task. Thanks.

mprashad commented 9 years ago

is this Still in Pipeline? I need something that talks GremlinServer/Rexster over tcp and does distributed processing for performance