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.

intouch_vivek
Graph Steward
since ‎04-02-2019
‎09-24-2022

User Statistics

  • 407 Posts
  • 24 Solutions
  • 6 Kudos given
  • 45 Kudos received

User Activity

Hi, My am able to bring Neo4j 4.2.3. Cypher shell is also working and I am able to query, however I am unable to bring DB at Chrome. Please let me know where to debug it.
Hi, I upgraded my Neo4j from 4.0.26 to 4.2.3 and followed all the steps I am getting error while bringing up the application Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to create temporary file for /com/sun/jna/linux-x86-64/libj...
Hi, I am trying to configure Neo4j (3.x) on Kubernetes. At one of the pod Neo4j is up and running. This setup is done by one of my colleague. I need help of community on below: How to configure setup so that APOC and ALGO get installed at the POD plu...
Hi, Today I faced a strange problem. At Neo4j Desktop browser I ran below code expecting that code will initialize two parameter variables. But it threw error to me :param x => "value 1"; // // // :param y => "value 2"; Error :param x => "value 1" //...
Hi, Scenario: (n:Person)-[Lends_Money]->(m:Person) Each Node and relationship has several properties. Requirement: I need to know all the properties of both the nodes and relationship and number of times relationship made. Tried: Match(n:Person)-[rel...