Event Store blog
Posts tagged "Guest Post"
-
When Juliet asked Romeo “What’s in a Name?” she was trying to wish away family history—the inheritance, customs, and all the...
-
Many articles about CQRS and Event Sourcing show the most heavyweight implementation of the query side (aka read models), without...
-
Due to the vast amount of operational parameters at play in tool manufacturing, cost and price calculation for custom tools and...
-
As opposed to more traditional systems where the state is persisted in a database and where CRUD operations are exposed to mutate...
-
Event sourcing can seem overwhelming at first. It's a paradigm shift from the classic RDBMS style of storing and querying data....
-
In Part 3 we looked at a counter-example rooted in the lack of a clear 'source' for transitions of data. Having competing sources...
-
In Part 2 we looked at two counterexamples, one related to failing projections, and another about how not to propagate domain...
-
In Part 1 the introduction talked about certain blind-spots we may have, when getting into event sourcing. We also covered the...
-
Some mistakes can easily be prevented, by knowing how to avoid them. Some things may seem implicit and obvious to some people,...
-
Elixir is a dynamic, functional language built on the Erlang VM. Elixir has powerful built-in abstractions for writing reactive,...
-
I would like to introduce you to some concepts related to system monitoring and demonstrate how you can gather and analyze...
-
Whether you like it or not, all of us, including you and I; are constantly influenced by external factors. We often think of our...
-
Strategies for migrating to Event Sourcing Let me start this article by saying that Event Sourcing is a great architecture style...
-
Part one is available here.
-
Part I: this is a what now? When we are asked to consult companies to help them start with Domain-Driven Design and collaborative...
-
Before the Rust client became officially supported by EventStoreDB, it was the result of a side-project. Back in 2018, I wanted...
-
One of the first things that people hear when they start working with Event Sourcing is regarding the immutability of events, and...
-
In version 20.6 of EventStoreDB, we provided the option to designate a node as a read-only replica.
-
At Internovus, we always strived to be pragmatic: always do the simplest thing that will do the job. This strategy allowed us to...
-
Microsoft Orleans is a cross-platform framework for building distributed applications using Virtual Actors. A Virtual Actor,...