Neo4J - Extending Cypher -



Neo4J - Extending Cypher -

i looking developing neo4j plugins/extensions; however, create functions utilize in browser (i.e. code own graph_size() , utilize in cypher return graph_size()). familiar , how accomplished?

you unmanaged extensions written in java , can exposed on rest api interface. details these here.

unfortunately, there not yet back upwards user-defined functions can accessed within cypher query, though. these on roadmap have no timescale attached @ stage.

neo4j cypher

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -