Skip to main content

One post tagged with "Architecture"

Design decisions, trade-offs and internals behind FactStore.

View All Tags

What is FactStore?

· 6 min read
Domenic Cassisi
FactStore Maintainer

FactStore is an event store for event-sourced applications that lets you choose the consistency boundary per operation, instead of baking it into your stream design. It appends, retrieves, and streams immutable facts across one or many stores.

That second half is the part I actually care about, and it's the reason this project exists. This post explains what that means and why I think it's worth building.