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.

michael_cohen
Node Link
since ‎02-04-2019
‎06-01-2022

User Statistics

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

User Activity

I have an issue that may be related to the question above. I've downloaded neo4j V4 but when I run the following lines of code in Python 3: from neo4j import GraphDatabase import request uri = "bolt://localhost:7687/" driver = GraphDatabase.driver(u...
Hi, I have a subgraph based off of four types of nodes: Activity (a), System (s), Input (i), and Participant (x), where System, Input, and Activity are all child nodes of Activity. I'm interested in measuring overlap similarity from Activity to Activ...
I'm interested in creating relationships between nodes of the same label based on certain conditions. The data is loaded from a CSV with sample values below: activity process processID linked_processID submit budget ...
I'm looking to import data from three different csv's with headers and create relationships between certain nodes. The CSV data looks like this: activities.csv activity activityID stakeholder process lifecycle...
I got the authorization working but have a question about how best to create a graph from a specific JSON. Here's a sample of the JSON: "items": { "8dec2e1cf9": { "itemType": "PROBLEM", "name": "Manual entry", }, "deec2e4682":...
Kudos from