Relative Content

Tag Archive for janusgraphtinkerpop3

How do I manage a graph schema in JanusGraph?

I’m struggling with how to set up the schema for a graph. I’m using ConfigureGraphFactory and I’m able to define the schema through the Gremlin console and a Groovy startup script. The Gremlin script isn’t sustainable when I’m working on a deployment at any stage, test through prod, and the Groovy startup script isn’t a good solution when I’m developing and experimenting.