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

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