neo4j-examples / movies-java-bolt

Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver

Home Page:http://my-neo4j-movies-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complement the example with data creation

luistrigueiros opened this issue · comments

Dear @jexp,
I loved this example it is simple and elegant do you have and example of using the example.movies.executor.CypherExecutor to add data to the database ?
As this example is just reading data the 3 methods of the example.movies.backend.MovieService to only retrieval of data, can I use the CypherExecutor.query method also to insert data in the database ?

Thank you, kindly
Luis Oscar

Hi @luistrigueiros, I'm closing this issue, as CypherExecutor is now gone and we rely on the official Java driver directly.