-
Move some more libraries to badlibs when generating the server artifact.
```
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/packages/dynamodb-janus…
-
Hi Dave,
I've been working with your library for most of today but have stumbled upon a bit of an issue. I wonder if you have seen this before?
I'm using Titan 1.1 (built from source), with Tin…
-
Hi All,
I am trying run the JanusGraph build and automated tests on ubuntu 16.10 and RHEL 7.3 VM ppc64le and for the module janusgraph-hadoop-parent, test case verify-janusgraph-cassandra-test fail…
-
hi,
i'm trying to currently load the hgraphdb into the gremlin server. i have successfully loaded it into the gremlin console and create the relevant tables into hbase, but for sure i'm doing somet…
99ttz updated
7 years ago
-
The following query needs optimization
```
Vertex a1 = this.sqlgGraph.addVertex(T.label, "A", "name", "a1");
Vertex b1 = this.sqlgGraph.addVertex(T.label, "B", "name", "b1");
…
-
Hi Dave. I'm trying to do a few simple tasks with goblin, but am running into two problems. First, while I can traverse a graph using .has() for equalities, I get errors when I use something like .has…
-
install org.umlg sqlg-postgres exception
E:\Graph\apache-tinkerpop-gremlin-console-3.2.3\bin>gremlin.bat
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.serv…
-
We should pick data model to use. Alternatives:
* We are currently using the TinkerGraph 3.x, which is pretty similar to (open)Cypher's/Neo4j's, with some exceptions: it does not handle multiple ve…
-
Hello,
I'm quite new to Titan, but I really like it and currently trying to build the PHP app on it - so thank you for your driver :)
At the moment I run Titan 1.0 on Cassandra (all of the setti…
-
Hi,
I do not know if JanusGraph (beneath TinkerPop) is expected to work or not. However, I've been having a problem where the vertices I create are not stored to disk. They appear to be created but…