Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-21-2022 03:46 PM
Are there articles, code snippets or architectural diagrams that shows how best to transform data from a traditional database or siem into neo4j?
I'm thinking actual design, the code, the schema and gotchas for how to logic through the transformation. The first thing that comes to mind is how do you prevent sending millions of duplicate rows to the db over API CREATE statements.
This seems like the most difficult part of making this product useful. Once the data is in, cypher query is great for most of our needs.
11-21-2022 07:05 PM
11-21-2022 07:16 PM - edited 11-21-2022 07:17 PM
Thank you. I did see that and should have been a little more clear.
What about from a Kafka or kinesis streaming standpoint? Is the deduping done before the MERGEs or do people just slam the db with one call per event?
When are the relationships built? As events are streamed in? Or some kind of batch job that runs over the neo4j db after the streaming creates the nodes?
All the sessions of the conference are now available online