This seems a very promising tool. I tried to follow the Wiki pages but had no success; I was able to install/enable the plugin successfully though.
Setup-Gremlin-Console says
After we enable the plugin its pretty simple to start using Unipop, you simply open a new graph instance by executing
conf = getConfiguration() // create any Apache configuration you prefer
graph = UniGraph.open(conf) // the configuration should have a providers property pointing to your mapping folder
g = graph.traversal()
and start executing gremlin queries.
but I wasn't able to get conf = getConfiguration() working
gremlin> conf = getConfiguration()
No signature of method: groovysh_evaluate.getConfiguration() is applicable for argument types: () values: []
I wonder if there is a quick start guide available somewhere, which would be really useful for someone like me to get started on using this great tool.
This seems a very promising tool. I tried to follow the Wiki pages but had no success; I was able to install/enable the plugin successfully though.
Setup-Gremlin-Console says
but I wasn't able to get
conf = getConfiguration()workingI wonder if there is a quick start guide available somewhere, which would be really useful for someone like me to get started on using this great tool.