python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How many graphs can someone store in JanusGraph?
I am trying to build a system that uses JanusGraph as its Graph Database engine and Cassandra as the storage backend, but I am still in the designing phase so I have a question that need an answer to ...
ahmed nader
Votes: 0
Answers: 1
JanusGraph cannot connect to remote elasticsearch cluster
We previously had JG (v0.5.2) up and running without any issues using HBASE as our backend storage. To try and speed up queries we stood up an elasticsearch cluster, however now our JG instance is not...
Dan
Votes: 0
Answers: 0
Gremlin: Read edge GraphML file and node GraphML file in separate queries
I have two files that I want to load by using g.io(<name file>).read().iterate(): nodes.xml and edges.xml.
The nodes.xml file contains the nodes of the graph I want to upload, and its contents a...
asdf777
Votes: 0
Answers: 1
Gremlin: Return new edges created in a query without saving them (equivalent to APOC vRelationship)
I have a graph with two types of nodes: Persons and Houses. In this graph, persons can sell houses (SELLS relationship), and houses are bought by persons (IS_BOUGHT_BY relationship). This could be rep...
asdf777
Votes: 0
Answers: 1