-
Hey,
This is a feature request, to support standard Blueprints API for managing indices,
We'r in a migration process from Neo to Titan and the main reason why this is possible at all without rewrite…
asaf updated
10 years ago
-
Hi..sorry but I'm pretty newbie with neo4j and I wish access to my local db...I'm following this article
http://bleibinha.us/blog/2013/10/scala-and-graph-databases-with-gremlin-scala
basically I did…
-
Hi,
I tried the 2 following query in Titan and Neo4j and it seems that it's not using the indices optimisation ~O(1) and staying in O(n):
graph.V.has("dmdid", id).has("type", `type`).toStream()
graph…
-
While writing the [TinkerPop3](https://github.com/tinkerpop/tinkerpop3) Neo4j implementation, I noticed that repeatedly opening and calling `shutdown()` on the `GraphDatabaseService` sent TinkerPop3 t…
-
Following your https://github.com/entrendipity/grex/issues/19#issuecomment-26209757, I thought about opening a broader discussion on transactions (broader than just refactoring the current system), an…
-
Hi Jean-Baptiste,
Together with Titan, my team is looking at using Faunus too. Based on Faunus wiki: https://github.com/thinkaurelius/faunus/wiki/Getting-Started, it is actually also run through grem…
-
Travis supports a recent Java-8 build. After testing locally to make sure our Javadoc is up to scratch [1], we should add it to Travis to enable regression testing against Java-8 to identify any incom…
-
The use of [Gremlin user defined steps](https://github.com/tinkerpop/gremlin/wiki/User-Defined-Steps) would be strongly advisable in order to encapsulate sub-queries that could be used in different qu…
-
Hi James,
I try the LinkedData Client following Bulbflow quickstart:
```
>>> from bulbs.graph import Graph
>>> g = Graph(' http://localhost:8182/sailgraph')
>>> v = g.v('http://data.semanticweb.org/…
-
Bulbs supports paging the Gremlin way:
```
>>> from bulbs.graph import Graph
>>> g = Graph('http://localhost:8182/neo4jenron')
>>> g.gremlin.query('g.V[0..9]')
```
But it would nice to support the R…