-
I am proposing to create a project for integration with graph databases.
Graph databases are widely used in a lot of areas: content management and access control,
bioinformatics, cyber security, net…
-
Hi,
What is reallly the interface between Spark and TitanDB ?
I could not find any reference to spark in TitanDB. How can they fit together specially the ML library of Spark.
Thanks
-
_From @freemo on October 17, 2016 15:20_
Hi, my project has a pressing need to rely on aparapi and as such I have been contributing on the project in my own repositories. Since I will be contributing…
-
Hi,
I'm using OrientGraphNoTx to perform massive insertion of vertices and edges into remote graph database (connected via binary server connection).
It does not take long before the client JVM runs o…
rohrl updated
8 years ago
-
Gist of a repro: https://gist.github.com/mhfrantz/c9feddbadf56ba39dad7
```
com.fasterxml.jackson.databind.JsonMappingException: (was java.lang.IllegalStateException) (through reference chain: com.thi…
-
What is the right .yaml configuration that I should use for the Gremlin server in order to connect the client?
I get an error
``` text
:> g.traversal().V(100).next()
WARN org.apache.tinkerpop.grem…
-
When using the client under node.js in session mode over the internet (forwarded through NAT), the gremlin client will not return stream results without creating the "g" graph traversal object before …
ghost updated
8 years ago
-
HyperDex (http://hyperdex.org) is an open-source (BSD) distributed, consistent, multidimensional datastore that enables multi-property searches and range queries so it can also be used as an indexing …
-
My setup is: titan-0.9.0-M2-hadoop1 (berkleyDB backend, no index).
When I connect to gremlin server using gremlin shell I can do stuff:
```
gremlin> root@a33e29cbee9a:/opt/titan# ./bin/gremlin.sh
…
-
Hi,
assume we have created a Graph database, i.e. useLightweightEdges=false. Make a Many-To-Many relationship model for Parts, Suppliers and Catalogue. You create Part and Supplier Vertex Classes and …