Hi,
I would like to purge all data stored in my Janus, (For a particular keyspace). How would I go forward with it?
We have 2 dev servers, one with Janus 0.1.1 and other with 0.2.0. I know that doing JanusGraphFactory.drop(graph) drops data and schema, but looks like that works only for Janus Graph 0.2.0.
Is there an elegant way to drop all data on Janus Graph 0.1.1 without using g.V().drop().iterate() ?.
Note: JanusGraphFactory.drop(graph) throws error on Janus 0.1.1.
Thanks