pyeventsourcing/eventsourcing
A library for event sourcing in Python. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4026
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
1684 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library for implementing the event sourcing pattern, storing all application state changes as a sequence of immutable events. It provides aggregate and application base classes with pluggable persistence backends such as SQLAlchemy and Django.
Use cases
- build event-sourced applications in Python
- store domain state as a sequence of events
- implement CQRS and domain-driven design patterns
- create an audit log of all state changes
- persist aggregates to a database with SQLAlchemy or Django
- reconstruct application state by replaying events
When to choose
- you need full event sourcing with aggregates in Python
- you want an audit trail or temporal history of state changes
- you are following DDD/CQRS architecture
- you need pluggable persistence backends like SQLAlchemy or Django ORM
When to avoid
- you just need simple CRUD persistence without event history
- your team is unfamiliar with event sourcing concepts
- you need a distributed event streaming platform like Kafka rather than an embedded event store
Facets
library · maturity active
serialization database developer-tools backend databases developer-tools microservices python cross-platform event-sourcing cqrs domain-driven-design ddd event-store aggregates django sqlalchemy
2 sources
- readme: https://github.com/pyeventsourcing/eventsourcing · fetched 2026-08-28 · e5ac55f2883d
- registry_pypi: https://pypi.org/pypi/eventsourcing/json · fetched 2026-08-29 · c23934da460c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pyeventsourcing/eventsourcing | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="pyeventsourcing/eventsourcing")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem