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.

karthiksk
Node Link
since ‎07-02-2021
‎06-01-2022

User Statistics

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

User Activity

Hello! Have been exploring neo4j for the last few months, I am trying to have a visualization for our lab devices using Go bolt driver to connect to Neo4j DB and D3.js for UI. When we have thousands of devices, it's practically not possible to show a...
Have a graph like below, need to find all the paths count from each A to connected C. How to achieve this? Expecting below results for the above graph: A,C,2 (first A,C) A,C,3 (second A,C)
I have a group of nodes connected like this: Within a group, each of the nodes will be connected to similar nodes by 1 or more hops. I need to get a group members separately ? Not really worried about how they are connected, as long as they are conn...
I have very huge data with these kinds of network relationships, showing a simplistic view: The requirement is to show the high level nodes with the connectivity as pairs. If I want to show only of Label types (A,D,E), need to return like this: [A, ...
Based on the given input need to skip the specific nodes and continue with the nodes connected to them. To simplify, say I have nodes like this: A->B->C->D->E I should query this graph in the following way: if my input is B and C, I should skip B and...
Kudos from