Harlan J. Iverson e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest | 1 rok pred | |
---|---|---|
.. | ||
README.md | 1 rok pred | |
dev-requirements.txt | 1 rok pred | |
notes_app_es.py | 1 rok pred | |
requirements.txt | 1 rok pred | |
test_notes_app_es.py | 1 rok pred |
Created an Event Sourced demo based on module documentation 1.
In a later Dev Practice I look at serializing custom Entitiy types 3.
The project has very good documentation and the author seems to be responsive.
Test with python -m pytest test_notes_app_es.py
.
Focus: