Is there a way to access the management from gremlin remote console?

mostly i need to be able to create vertex and edge labels dynamically from gremlin, is it posible?
1 Reply
Florian Hockmann
Florian Hockmann11mo ago
Unfortunately not directly, but you can send Groovy scripts as strings to the server and those Groovy scripts can access the management interface. So if you want to create vertex/edge labels dynamically, then you need to create a Groovy script dynamically and send that to the server