gremlin Module

Gremlin utility module

py2neo.gremlin.execute(script, graph_db)[source]

Execute a script against a database using the Gremlin plugin, if available.

Parameters:script – a string containing the Gremlin script to execute
Raises NotImplementedError:
 if the Gremlin plugin is not available
Returns:the result of the Gremlin script

Previous topic

geoff Module

Next topic

rest Module

This Page