cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

aldrinm
Node Link
since ‎08-29-2018
‎06-01-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 16 Kudos given
  • 5 Kudos received

User Activity

Using the cypher-dsl, Is it possible to create a query like, MATCH p = (n:Movie) RETURN p Seems like Cypher.path("p").definedBy(..) only takes a RelationshipPattern and not a Node, so I can't do something like, Cypher.path("p").definedBy(node("Movie"...
In the Spring Data Neo4j Rx, using the Query-by-example doesn't seem to load the relationship in the imperative mode. Reactive mode works fine. If you query, for example, movieRepository.findOneByTitle("The Matrix") it returns the movie with actors...
I'm trying the sample at https://github.com/neo4j-apps/graph-app-starter/tree/master/examples/basic-java-executor Followed the instructions in readme and was able to build and install the app successfully. But just can't get it to run. Running it off...
Hello, I was first introduced to graph dbs and Neo4j in particular in around 2012 when someone dragged me into helping them with a small neo4j project. I only did the frontend for that app, but I had such great fun playing with Neo4j and absolutely l...