Oskar Dudycz | 11 May 2025
In Event Sourcing, the application state is stored in events. When we add an event, it is placed at the end of a structure called...
Oskar Dudycz | 09 December 2021
Modeling is hard. We need to take so many things into account. This article will explain the basics of temporal modeling, a...
Oskar Dudycz | 04 August 2021
Recently, we have been focused on making our NodeJS gRPC client even more robust and stable. To achieve this, we had to introduce...
Oskar Dudycz | 20 May 2021
Contents What are snapshots in Event Sourcing? When to take a snapshot Disadvantages of snapshots Where and when to store...
Oskar Dudycz | 03 March 2021
The first release of EventStoreDB gRPC happened on 23rd November 2020, one day after my birthday. If you're a JVM developer, I...
Oskar Dudycz | 01 March 2021
Back in version 20.6 of EventStoreDB, we added support for connecting to the database via gRPC. This widely adopted standard...