James Thornton
James Thornton
:+1: to using the SafeConstructor https://code.google.com/p/snakeyaml/source/browse/src/main/java/org/yaml/snakeyaml/constructor/SafeConstructor.java https://code.google.com/p/snakeyaml/source/browse/src/test/java/examples/SafeConstructorExampleTest.java See http://blogs.teamb.com/craigstuntz/2013/02/04/38738/
@startling thanks for heads up!
Bulbs has put_unique and get_unique on the default Neo4j index class (ExactIndex) -- I'm not sure if a separate UniqueIndex class is needed: https://github.com/espeed/bulbs/blob/master/bulbs/neo4jserver/index.py#L295 But these methods predate Neo4j's new...
Yeah, the permanent ID thing is an issue that's been brought up several times on the Neo4j list. They keep saying they're going to make ID resuse configurable, but I...
Did you look at UUIDs? On Wed, Aug 22, 2012 at 8:50 AM, Emmanuel Tabard [email protected]: > I started using my own random implementation : sha1("%s%s" % (random(), > time())...
Ok, well enforcing global uniqueness via separate vertex and edge indices won't work so you're going to have to rely on the ID algo. And I agree, sortability is a...
Titan is a distributed OLTP graph DB, and Marko (the creator of Gremlin) is one of the guys behind it. It has pluggable backend storage (HBAse, Cassandra, or BDB so...
Neo4j is about to release its new indexing framework, which will include autoindexing and unique indexes. See https://groups.google.com/d/msg/neo4j/d73yLtLqPw4/HM3qxBpn0JcJ Since Neo4j and Titan are the two primary DBs supported by Neo4j...
Bulbs 0.4 will include support for Neo4j's new indexing framework.
Travis CI build process in the works for Rexster (initially) and then eventually Titan and Neo4j Server.