Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.34 KB

index.rst

File metadata and controls

45 lines (39 loc) · 1.34 KB

Event Sourcing in Python

A library for event sourcing in Python. This documentation:

  • highlights the design </topics/design> and features </topics/features> of the library,
  • has instructions for installing </topics/installing> the package,
  • describes the domain model layer </topics/domainmodel>, the infrastructure layer </topics/infrastructure>, and the application layer </topics/application>,
  • shows how notifications </topics/notifications> and projections </topics/projections> can be combined to make a reliable distributed system </topics/process>,
  • has information about deployment </topics/deployment>, and
  • has some background </topics/background> information about the project.

This project is hosted on GitHub.

Contents

topics/introduction topics/support topics/quick_start topics/design topics/features topics/installing topics/domainmodel topics/infrastructure topics/application topics/notifications topics/projections topics/process topics/snapshotting topics/deployment topics/minimal topics/background topics/release_notes topics/contributing ref/modules