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.

Hazaaa
Node Link
since ‎12-15-2018
‎06-01-2022

User Statistics

  • 15 Posts
  • 0 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

Hi guys. I have node user and node post. So user can either like or dislike that post. When he likes post i create LIKED relationship between user and post, but if user then dislike it i will create DISLIKE relationship but LIKED still remains. How c...
Hi guys. I have couple of question. I'm newbie and i just started with neo4j and it's cypher. This is how my db looks. My question is: How query needs to look if i want to get all posts with all its data (post can have more than one picture, hashta...
Hi guys. I have problem while connecting to my neo4j db. This is my code: private GraphClient client; public Neo4j() { client = new GraphClient(new Uri("http://localhost:7474/db/mydb"), "neo4j", "123"); clien...
Hi guys. I'm new in graph databases and neo4j. I need to use neo4j in my school project but i'm not sure if it ok to use it for what i planned. I'm planning to create site similar to 9gag where user can login upload images, like images, comment, etc....
Kudos from