An open API service indexing awesome lists of open source software.

https://github.com/onshift/simple-es

A "simple" Event Sourcing library for Python
https://github.com/onshift/simple-es

Last synced: about 1 year ago
JSON representation

A "simple" Event Sourcing library for Python

Awesome Lists containing this project

README

          

# SimpleES
A "simple" Event Sourcing library for Python

## TODO

- Explain usage of the library
- Make Events from SimpleES adhere to a strict contract and restrict other changes
- Add an example
- Add tests