I'm trying to figure out if it is possible to create graphs on the server from a java/scala client but I haven't found any examples.
I'm running janusgraph 0.3.1 configured with the configurationManagementGraph with cassandra and solr. The server seems to run correctly.
But I can't figure out how to create a graph from my scala client on the server.
Is this supported? What is the usual way of creating graphs in janusgraph?