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.

jariwals
Node Link
since ‎09-08-2019
‎06-01-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 3 Kudos given
  • 8 Kudos received

User Activity

In Javascript driver, what is the difference between running Cypher queries using session.run() and session.readTransaction((tx) => {tx.run()}) or session.writeTransaction((tx) => {tx.run()}) ?
After running the Cypher query to create a new node if it doesn't exist using MERGE clause, I want to check if the write-transaction is successful. How do I do that? Perhaps a status or code? I'm getting following as result from the tx.run statement ...
Hello, I see a bunch of articles about how Neo4j could be used to develop recommender systems. How do recommender systems developed using Neo4j fare in comparison to those developed using NMF (Non-negative Matrix Factorization) techniques? From my un...