Harlan J. Iverson e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest 1 vuosi sitten
..
README.md e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest 1 vuosi sitten
dev-requirements.txt e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest 1 vuosi sitten
notes_app_es.py e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest 1 vuosi sitten
requirements.txt e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest 1 vuosi sitten
test_notes_app_es.py e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest 1 vuosi sitten

README.md

Event Sourced Notes App Demo

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.

Usage

Test with python -m pytest test_notes_app_es.py.

Dev Practice

Focus:

  • Learning Python Event Sourcing module
  • Modeling a familiar domain (DDD)
  • PyTest

References