-
If you guys provide a Java API, I will attach it to TinkerPop3 for y'all.
http://www.tinkerpop.com/docs/3.0.0-SNAPSHOT/
---
As a side, is there a parallel computing notion in Cayley? That is, at …
okram updated
8 years ago
-
I want draw a call-graph with tutorial example.
val idfg = InterproceduralSuperSpark(global, methods.map(_.getSignature))
but with upper statement, I cannot set the 'methods' value.
How can I s…
-
Hi,
I'm trying to persist a case class containing several other case classes. TinkerGraph tests work alright whereas when switching to OrientGraph causes a
> com.orientechnologies.orient.core.except…
-
About one month ago I successfully installed dynamodb-titan-storage-backend on my development machine (Mac OSX) using these instructions: http://docs.aws.amazon.com/amazondynamodb/latest/developerguid…
-
Hello Experts
Recently I upgraded to Neo4j 2.2 and I am trying to run Neo4j's examples JavaQuery.java from the reference manual http://neo4j.com/docs/stable/tutorials-cypher-java.html I am getting th…
-
Leaving aside the issue of the DSL, the format emitted by the translator needs work.
Currently we have a `PhotoBlob` that carries `author`, which gets unset (OrientDB chokes on embedded objects) and …
-
I tried going through the tutorial and get this:
```
user> (require '[ogre.tinkergraph :as g])
nil
user> (require '[ogre.core :as q])
nil
user> (g/use-new-tinker-graph!)
#object[com.tinkerpop.bluep…
-
I'm seeing this behavior with the subGraph step:
```
scala> graph.E().subgraph("sg").cap("sg").head
java.lang.ClassCastException: org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph cannot…
-
Trying to run code like this:
```
import gremlin.scala._
val blobL = StepLabel[Vertex]("blob")
val graph = someGraph()
graph.V.out(DescribedBy).as(blobL).select((blobL)).toList
```
we're confronted…
-
The testing pattern for Ogre for TP2 seems to have been to re-implement the tests from gremlin-groovy. While this may ultimately be the pattern to follow for Ogre in TP3, JVM languages have the abili…