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.

jaini_kiran
Node Clone
since ‎12-06-2019
‎06-01-2022

User Statistics

  • 31 Posts
  • 4 Solutions
  • 16 Kudos given
  • 9 Kudos received

User Activity

The code I used to create the graph is as below. CREATE (a:Location {name: 'A'}), (b:Location {name: 'B'}), (c:Location {name: 'C'}), (d:Location {name: 'D'}), (e:Location {name: 'E'}), (f:Location {name: 'F'}), ...
https://neo4j.com/docs/graph-data-science/current/algorithms/dijkstra-source-target/?_gl=11ubbr7m_gaMTE2MTY2MDkzLjE2MDYwNjA1NjQ._ga_DL38Q8KGQC*MTYxNjE0NTIxOS4zMy4xLjE2MTYxNDY1ODkuMA..&_ga=2.21011640.2073803404.1616145220-116166093.1606060564#algorith...
Hello, I had written the certification exam, and qualified and also received my certificate. But i didn't get the 'certified developer' badge in my badges. Do I need to do any thing to get that? How could i get that?
I have 121 nodes. All are with same label. When i return a path, all comes with same color. But what I want is, first node of the path should be green and last node should be red. Please explain me how. Thank you.
Hello, I am learning Neo4j (Cypher, Graph Algorithms) for 4 months. I am just reading the documentation of neo4j and practicing the examples in that documentation only. But I am not confident on what I learned and where to use. Thus,I need some probl...