Python Event Sourcing framework
Project description
[]( https://pypi.python.org/pypi/esser) []( https://pypi.python.org/pypi/esser) [](https://travis-ci.org/geeknam/esser) [](https://coveralls.io/github/geeknam/esser?branch=master) [](https://www.quantifiedcode.com/app/project/2644f358dc5246da951352fb0550f84f) [](https://esser-py.slack.com/)
Serverless + Pay-As-You-Go
Aggregates
Snapshots
Projections
Runtime
AWS Lambda Python
Event Store
The primary data store used for writes is DynamoDB Snapshoting can be achieved via DynamoDB streams
Query Store
Aggregates should be queried using a different store. Available strategies for storing materialsed views:
PostgreSQL
Elasticsearch
Redis
AWS Lambda can pull changes from DynamoDB stream and update the query models.