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.

somiya12
Node
since ‎08-22-2022
‎09-24-2022

User Statistics

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

User Activity

I want to display nodes and their relationship in particular format [{'ID' : 1,'VM_CODE' : '','VIRTUAL_MACHINE': '','OPERATING_SERVICE': '','SIZE' : '','CPU' : '','Memory' : '','Disks' : '','SERVICE_NAME' : '','SERVICE_CODE' : '','TASK_MEMORY' : '','...
I want to create a cypher so that while executing it will display all outgoing connections and deeper connections and return statement should have only one variable  MATCH p=(n:C)-[r:A|B]->(a:D) RETURN p MATCH p=(c:D)-[r:E]->() RETURN p return p her...
I want to display all the nodes and its properties in json format using NodeJs  But with this code it is showing error app.get("/cloud/scompany/c", function (req, res) {       session       .run(` MATCH(N) RETURN N ;`)         .then(function (resu...
Kudos given to