Skip to content

modelingevolution/trainings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training Practices:

01 Hello Event Store (chapter-1)

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.

02 Concurrency (chapter-1)

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.

03 JavaScript Projections (chapter-1)

In this example, you will learn how to combine many events (by-event-type) into one stream.

04 Read Models Recreate (chapter-1)

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.

05 Replicator (chapter-1)

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.

06 TDD/BDD (chapter-2)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published