bulbs
bulbs copied to clipboard
A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
I see this is a recurrent issue every often, are the pages of the website static html? i can think in several ways to host them without having a contract...
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). - [TinkerPop3 RFC...
It appears that in order to run server side scripts I will first need to merge the gremlin.groovy files from /bulbs and /rexster and then upload that merged file to...
Turns out distribute is now a just a wrapper to setuptools. And we can assume setuptools is installed, after all it's imported at the top of the file (plus, `install_requires`...
i'm following the guide in the docs and i am getting the following error when I try to create my first vertex, james = g.vertices.create(name="James"). ``` ({'status': '400', 'access-control-allow-origin': '*',...
Hi, I'm trying to understand what element_type and label are for in a model definition. These seem to be the default names for the type_var of a Node and the...
Please consider adding a build process using Travis CI (or anything else that works for you). It will make contributions much easier.
If you lookup the same vertex (or edge) twice: ``` V_a = graph.vertices.index.lookup(somelabel=someid).next() V_b = graph.vertices.index.lookup(somelabel=someid).next() ``` Then they're considered equal: ``` V_a == V_b # true ``` But not...
I did not test this functionality in the 0.4.X series, so I do not know if titan behavior has changed and broken bulbs support, but in 0.5.0 to add a...
When the Dictionary property is attached and used the following error arises: `SystemError: ({'status': '200', 'content-length': '110', 'content-type': 'application/json; charset=UTF-8', 'access-control-allow-origin': '*', 'server': 'Jetty(6.1.25)'}, '"java.lang.IllegalArgumentException: Unknown property type on: {nom=1,...