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.