-
- Declare a Vertex property as Set
t.makePropertyKey('anks').dataType(String.class).cardinality(Cardinality.SET).make()
- Add a Vertex with two values of that property
- Query the Vertex from the g.…
-
Hi,
Is there any plan to have a method converting Vertex to case class and the other way around or this is out of the project scope?
Do you see any cons to do something like that? I'm worried about …
-
Concurrent with #848, I tested a Cassandra bulk load of grateful-dead-vertices.gio into Titan using BulkLoaderVertexProgram on 37b3a45a2fe440c1aa2c845ae1f0fb49c5ce0ef8 and tinkerpop/tinkerpop3@7a79fc1…
-
I am currently evaluating graph databases because the death of the titan database.
I am lookup from a java perspective and I am wondering why support for the tinkerpop stack is deprecated (https://do…
-
Hey,
I'm running `./bin/titan.sh -v start` built from titan09. (no change in configuration or anything)
When using the `session OpProcessor` in combination with the `GraphSONMessageSerializerV1d0` I…
-
Hi,
I'm using tinkerpop3, I'm trying to make a full example of what is in tinkerpop3 documentation for tinkepop3-scala.
Here what I got from 'count()'
assert(gs.V.count() == 50) //failed
assert(gs.V.c…
omidb updated
9 years ago
-
Say I have test like this:
``` scala
"gremlin scala" should "have type problem" ignore {
import com.tinkerpop.gremlin.scala.ScalaGraph._
import com.tinkerpop.gremlin.scala.ScalaVertex._
…
-
Feel free to add orient to this.
## Gremlin-Server
###### Download
- [Gremlin-server](https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-server-3.0.0-incubating-bin.zip)
-…
-
It's not a Gremlin Scala specific question, I want to know what would be the simplest way to recursively find all path from node v1 that has out edge labeled of "friend". Basically exploring the whole…
omidb updated
9 years ago
-
Not sure if this is the right place or it should go to Tinkerpop, but the issue is as follows:
Tinkerpop's BatchGraph has a wrapper around Vertex/Edge which allows only certain operations to be used …