James Thornton

Results 53 comments of James Thornton

Yes, it probably should complain. Thanks.

Thanks. I'll look at this more when I have some time...not sure I understand the use case here. You can already do a custom step (one that's not stored in...

A similar method existed in Bulbs 0.2 and I removed it to simply the code in Bulbs 0.3 when I reworked the Gremlin module: https://github.com/espeed/bulbs/blob/0.2.x/bulbs/element.py#L143 Let's hold off on this...

Graph DB servers like Neo4j Server and Rexster identify vertex and edge as separate types, but they don't necessarily provide a way for you to distinguish a Person vertex from...

Docs are getting a major overhaul for the Bulbs 0.4 release.

To generalize this so that it works across all backends, regardless of how get_or_create() is implemented in the future, it would probably be best to store a value in the...

You can compare two elements with == Notice the equivalence operator is overloaded in element, along with a few others: https://github.com/espeed/bulbs/blob/master/bulbs/element.py#L232 Regarding #2, Bulbs isn't a Gremlin implementation so all...

I like the idea of making it easy to call custom Gremlin scripts via Python methods. The guys at SHIFT just created a Titan-only client for Python that has this...

Hi Andras - It looks like Thunderdome is MIT so that's pretty flexible. The authors started off using Bulbs-Neo4j and then moved to Bulbs-Titan (which isn't fully backed yet) before...

Thanks Blake - The way you guys did model-specific Gremlin methods is really slick. And the work you and Stephen did on RexPro is going to take Rexster to a...