I’m not aware of any examples for Neo4j and also according to the available modules to rules which would be equivalent to the ones for custom database scripts there is no Neo4j specific module available (did a search for neo4j
). I know this is not the first time such a request as came up and I previously suggested that a Neo4j related module could be made available (I think it was the driver module you refer); I’ll recheck again what’s the status of that suggestion.
Meanwhile, an always available possibility is to just broker the access through an HTTP API and use one of the available HTTP client modules (for example request
) to perform the outgoing calls to your service.