AT
Apache TinkerPop
questions
.drop() behavior confussion
Solution
Looking for more? Join the community!
AT
Apache TinkerPop
questions
AT
Apache TinkerPop
questions
Want results from more Discord servers?
Recommended PostsCan I name the result of an anonymous traversal without moving the traverser?I can currently do the following:
```
Graph graph = TinkerFactory.createModern();
GraphTraversalSCan GraphBinary be used to save a graph to file?Can GraphBinary be used to save graph in a file. Any example is welcome.How to get cardinality of property?I have a multi property and I want to find out its cardinality. How can I do that?
valueMap/elementMinverted regex searchHey,
In my vertices I store escaped regexp statements as labels (e.g: 'wh.' which in theory should Debug message spam from tinkerpop server 3.7Right now, when connecting to my local tinkerpop server, I am getting incredible amounts of debug loShould by() Modulator Work For More Types?This works.
`gremlin> g.V().out().out().path().by("name")
==>[marko,josh,ripple]
==>[marko,josh,lop]InProcess GraphDB with Gremlin Support? (C# or NodeJS)Hello,
is there any in process GraphDB out there in the world?
Best would be c# or NodeJS and not JaEasiest Way to Get List Cardinality Properties As a List?What is the easiest way to retrieve the vertex properties that have list cardinality back as a list