-
in optimization strategies. It seems weird that filter steps can be pulled over labeled identity steps since that seems to invalidate the labeling semantics.
Started a discussion on dev@tinkerpop - fo…
-
```
@Test
public void testBlazeGraph() {
StopWatch stopWatch = new StopWatch();
stopWatch.start();
final BlazeGraphEmbedded g = BlazeGraphFactory.open(journalFile);
…
-
See the discussion on this thread in the Vert.x google group: https://groups.google.com/d/msg/vertx/eIjzdQI23ss/hjYUtJcxVKcJ
-
Any plans to support or test it with v3.0? Especially if it plays with bolt or rest only?
-
Tested : janus 0.2.0
Documented by tinkerpop:
[tinkerpop doc](http://tinkerpop.apache.org/docs/current/reference/)
doc section 'Graph Variables'
gremlin> graph
==>standardjanusgraph[cql:[127.0.…
-
Hi, is there a way to set our own Id property for vertices and edges when creating them ?
skc11 updated
4 months ago
-
Are there plans to support Apache TinkerPop (http://tinkerpop.apache.org)? If you do, you get Gremlin OLTP and OLAP for free. For your specific optimizations (fast breadth-first search), you could wri…
okram updated
9 years ago
-
Provide a mechanism for transaction boundaries to span multiple actions.
See this post on the Vert.x google group: https://groups.google.com/d/msg/vertx/eIjzdQI23ss/hjYUtJcxVKcJ
-
Env:
OS: MacOS 10.12.6
Java version: 1.8.0_161 Oracle
Maven: 3.5.2
Lifecycle config:
```xml
io.takari.maven.plugins
takari-lifecycle-plugin
1.13.3
true…
-
Apologies if I'm misunderstanding the api but to query a Vertex on multiple properties I do
var query = gremlin()
query(g.V({type:'Task',name:'Setup'}))
client.execute( query .. )
or even with jus…