This plugin is made for neo4j. It contains some functions. It provides you with the following:
-
a function that returns the movie name by passing a parameter (movie id). You can deploy it to NEO4J and run it as a cypher statement in NEO4J.
-
a function that returns the names of all actors that acted in a specific movie (movie id is a parameter). You can deploy it to NEO4J and run it as a cypher statement.
-
a procedure that ask you to enter two strings, and it returns those 2 strings seterated by a ",".