Event Sourcing in Python - Event-oriented Analysis and Design with Applications

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

A pattern language for event sourced applications and reliable distributed systems. Examples are written in the Python programming language. Now includes event-oriented introductions to the pattern language scheme of Christopher Alexander, the process philosophy of Alfred North Whitehead, and the person-centred psychology of Rogers and Rosenberg.

Author(s): John Bywater
Publisher: LeanPub
Year: 2020

Language: English
Commentary: 96% complete
Pages: 348
Tags: DDD

A Pattern Language for Event Sourcing in Python
Contents
Preface
INTRODUCTION
Prologue
Whitehead’s Scheme
Domains and Domain Models
Overview of the Patterns
PART 1 DOMAIN MODEL
Chapter 1 Domain Event
Chapter 2 Aggregate
Chapter 3 Mapper
Chapter 4 Recorder
Chapter 5 Event Store
Intermission 1 Notifications
PART 2 APPLICATION
Chapter 6 Notification Log
Chapter 7 Snapshot
Chapter 8 Repository
Chapter 9 Application
Chapter 10 Remote Log
Intermission 2 Tracking
PART 3 SYSTEM
Chapter 11 Log Reader
Chapter 12 Policy
Chapter 13 Process
Chapter 14 System
Chapter 15 Runner
APPLICATIONS
Bank Accounts
Cargo Shipping
Epilogue
Index