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.

hlow
Node Link
since ‎04-12-2022
‎01-09-2023

User Statistics

  • 10 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Hi, I have some data that is currently being passed into AWS Kinesis.  What is the simplest way to export the data from Kinesis into Neo4j? I did some research and found that I could use Spark, but I wasn't able to customize it for my needs.  Does an...
Hi, I have am using Segment (customer data platform) to collect consumer behavior data which is then being forwarded to a Flask Server in json format.  If I wanted to take that data and then forward it to a neo4j graph as it comes in, what would be t...
Hi, I have the following graph visualization and I don't understand why the scores are not the same. Let's assume that all 3 nodes (A, B, C) have an outgoing HAS relationship with american and casual ONLY. It makes sense to me that nodes A and B woul...
Hi, I'm trying to use apoc.periodic.repeat to recalculate the similarity score everyday, but it doesn't seem to be working. My code works when I don't throw it in apoc though. Could this be due to an incompatibility issue with apoc and the GDS librar...
Is there a way to execute multiple queries inside apoc.periodic.repeat? I have about 22 different queries I'd like to execute one after the other at a specific time during the day. Thank you!
Kudos given to