gremlin-node
gremlin-node copied to clipboard
How do you add the TitanFactory jar so gremlin can import it?
I'm using titan-node which wraps gremlin-node, but I can't seem to find where the TitanFactory jar is located. This isn't working:
TitanFactory = gremlin.java.import('com.thinkaurelius.titan.core.TitanFactory')
Any ideas? Thanks.
Hi @garrett-gottlieb. I am now an active maintainer for this project, and titan-node too, though I have not yet made any contributions to it. Are you still using these projects? Did you figure out how to resolve this problem?