In this example, you will learn how to run EventStoreDB in docker, how to establish a connection to it. How to append and subscribe to events.
In this example, you will learn how to guard business rules with optimistic concurrency. You will also learn some typical approaches for aggregates and read-models.
In this example, you will learn how to combine many events (by-event-type) into one stream.
In this example, you will learn how to recreate a read-model, without affecting the previous. Also you will learn how to deal with uniqueness.
In this example, you will learn how to replicate data from production/QA to your developer's environment with replicator in order to debug your app.