James Thornton

Results 53 comments of James Thornton

One thing I plan on implementing in the 0.4 Relationship model is a way to provide a list of on acceptable in-bound, out-bound, or bidirectional Nodes so that the Relationship...

Why do you have two `Relationship` classes? Also note in the first `Relationship` class there is a typo: `lable` Here's the code that should get called on `g.knows.get_all()`: https://github.com/espeed/bulbs/blob/master/bulbs/model.py#L915 For...

The `knows` object should be hitting the `http://10.0.3.139:8182/graphs/emptygraph/edges` endpoint for `get_all()` and index `lookup()` -- in the code snippet you have two Knows classes, and the first one has a...

Since the Bulbs 0.3 release, Rexster and Titan Server have added the capability to load stored procedures: See https://github.com/tinkerpop/rexster/wiki/Gremlin-Extension#load-parameter Bulbs 0.4 will provide a way to switch between the two...

Hi - The docs are all online at http://bulbflow.com/docs -- the makefile and custom Sphinx extension were used to build them, and they wouldn't be meaningful anywhere else. I included...

Bulbs 0.4 will make docs updatable by the community.

What do you mean by your models are described and stored in Redis? -- Are you pickling the models and storing them in Redis? By default proxies are stored on...

And update the proxy's element_class var to use your updated model.

Regarding the Python worker delivering multiple applications, Bulbs was designed to make it easy to to use it with multiple backend graphs at the same time -- each graph object...