Datomic vs EventStore
Datomic and EventStore are both databases that store data as a series of changes, but they approach that change log with different mindsets. I’d like to explore the tradeoffs between these two mindsets.
Datomic and EventStore are both databases that store data as a series of changes, but they approach that change log with different mindsets. I’d like to explore the tradeoffs between these two mindsets.
I’ve been working with Datomic on a recent project. Datomic, and stores like it, solve a fundamental class of development issues: data safety.