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.

emack
Node
since ‎08-09-2022
‎10-25-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello I would like to run PageRank on a graph with a virtual relationship I have created. Could anybody help me with the syntax? The virtual relationship "SEEN_BY" is created as follows MATCH (:Sender)-[:SENT]->(message:Message)  MATCH (message)-[:ME...
Hello, I am building a Neo4j graph which will eventually be the central data-store for various reports. The operating model for updating the graph + creating these reports will be (at least initially) something like: Table data (Cloud/Sql) -> Python ...
Hello, I am running the sandbox virtual environment in the app-python folder. I have overwritten my /app-python/.env file with the below parameters. However when I try neo4j_uri = os.getenv('NEO4J_URI') in python I return None. Is there an issue with...