Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-21-2020 06:50 PM
Hello,
I'm just curious if anyone has had any success with using Neo4J for event source data. I'm curious about the approach anyone has used for a materialized view on the current event state.
Thanks!
Eric
09-23-2020 09:50 AM
Hi @xmlviking.
I’m focusing on my “writes” right now using CouchDB to record my event history, which syncs to an Elm SPA, but I intend to project historical state into Neo4j for the “reads” to do deeper data analysis.
I’ve done experiments that use the CouchDB change feed to push changes into Neo4j in Elixir. Also with historical versioning of data in Neo4j. And using GRANDstack mutations to enforce a consistent schema. But my priority right now is on the CouchDB side.
But I do think that Neo4j has great potential in the arena of CQRS and event sourcing.
Stephen
All the sessions of the conference are now available online