DevOps · Event Sourcing · Software Architecture

Cross Data Center Replication with Linker

I recently published a project that I had in mind for a very long time. It’s called Linker. Here is the source code. What is Linker? It’s a program to link two or more KurrentDb (former EventStore) database instances together and keep them in sync. It uses special logic to introduce back-pressure to not consume… Continue reading Cross Data Center Replication with Linker

Cloud · DevOps

Deploy EventStore to Kubernetes with Helm on Azure Cloud AKS

The “Official” EventStore Helm Chart has been archived by the EventStore team. The reason behind that decision is strongly opinionable to say the least. This is the chart I use https://github.com/riccardone/helm-eventstore This guide is to show how to use the official Event Store Helm Chart to interactively deploy an Event Store Cluster in Kubernetes Azure… Continue reading Deploy EventStore to Kubernetes with Helm on Azure Cloud AKS

Cloud · DevOps

Deploy EventStore to Kubernetes with Helm on Google Cloud GKE

The “Official” EventStore Helm Chart has been archived by the EventStore team. The reason behind that decision is strongly opinionable to say the least. This is the chart I use https://github.com/riccardone/helm-eventstore This guide is to show how to use the official Event Store Helm Chart to interactively deploy an Event Store Cluster in Kubernetes Google… Continue reading Deploy EventStore to Kubernetes with Helm on Google Cloud GKE