-
waiting for:
https://issues.apache.org/jira/browse/TINKERPOP3-694
https://issues.apache.org/jira/browse/TINKERPOP3-701
-
I would like to use Titan 0.9. Are you planning to support it? if not, should I just use the `request` module directly?
-
The graph definition is just sooo beautiful:
```
paris --- "OneWayRoad" --> london
```
Although your query language is very ugly:
```
import gremlin.scala._
import org.apache.tinkerpop.gremlin.ti…
-
Hi,
I am using 0.9.0-M1 and running Titan Console against a local BerkeleyDB instance.
I have a bunch of nodes in my graph:
``` groovy
gremlin> g.V()
==>v[256]
==>v[512]
==>v[768]
==>v[1024]
==>v[1…
-
Hi,
I was wondering about indexing in OrientDB. How should we do it? In OrientDB Java Api there is something like:
``` java
graph.createKeyIndex(....)
```
Would you please guide me on this case?
omidb updated
9 years ago
-
I have literally wasted all day trying to get neo4j to work in our build, so please bare with me as I may pass out with fatigue while writing this. I'm looking to try and do a proof of concept of this…
-
There are two issues:
TitanLocalQueryOptimizerStrategy cannot retrieve configuration when running against the compute empty graph. Therefore if the empty graph is detected then this strategy should be…
-
If I understand correctly the 'memory' object in a VertexProgram object is a (key/value) cluster shared memory instance.
If so, I wanted to use workerIterationStart and workerIterationEnd to aggregat…
-
Not sure if this is intentional. Can someone explain. I had written generic code to use multiple graph dbs - ne04j and titan. But because of this change I cannot cast TitanGraph to blueprints Graph c…
-
on RepeatStep , MatchStep, UnionStep and maby more
the inner traversal does not work with out stratagy - mostly because it does not start with GraphStep.
need to fix it to make it more efficent