Skip to content

Instantly share code, notes, and snippets.

/** input args:
1) https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-examples/example-remotegraph/conf/jgex-remote.properties
2) https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-dist/src/assembly/cfilter/conf/janusgraph-cassandra-configurationgraph.properties
** /
public static void main(String[] args) throws ConfigurationException {
JanusGraph janusgraph1;
JanusGraph janusgraph2;
Cluster cluster;
Client client;