Finally dipping my toes in the formal specification of programming languages and I suddenly feel like a fish out of water..! Scary but exciting!
Finally dipping my toes in the formal specification of programming languages and I suddenly feel like a fish out of water..! Scary but exciting!
I swear I am not making this up.
I swear I am not making this up.
Here it is in a first PoC version.
I really feel like I'm onto something here...
Here it is in a first PoC version.
I really feel like I'm onto something here...
• Define event types.
• Define (DB agnostic) read models and how their state is derived from ingesting what events.
• Pick a log database implementation (Kafka, EventSourceDB, in-memory for tests)
• LogDB + Event Type → Producer
• LogDB + Read Model → DBClient
• Define event types.
• Define (DB agnostic) read models and how their state is derived from ingesting what events.
• Pick a log database implementation (Kafka, EventSourceDB, in-memory for tests)
• LogDB + Event Type → Producer
• LogDB + Read Model → DBClient