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.

jessealexandert
Node
since ‎08-18-2020
‎06-01-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hello, I am trying to run a somewhat (not really) complex query to recommend a "playlist" to users. Like youtube. I am using the current query: MATCH (a:Person { name: $user })-[r:WATCHED]-(b:Video) WITH r, b ORDER BY r.ms LIMIT 50 MATCH (b)-[r2:WAT...
I have an index that indexes all of my videos, but I am running AWS rekognition on this videos after they are uploaded and then appending another property "status" which determines if its porn or not. How might I set a condition on the index that onl...
I am wondering what the most effective way is to make relationships that can be queried in such a way: match videos friend has watched less than 3 months ago for example. I was looking through the neo4j documentation on temporal values but I am unsur...
I have my community 4.1.1 neo4j service installed on the ubuntu commandline running on my windows machine. I have been using neo4j steadily for a month or two now, just recently it has prevented me from accessing the neo4j database: Database 'neo4j' ...
Kudos given to