Ross ROSS = Recommend OSS · open-source software intelligence for agents

pyeventsourcing/eventsourcing

A library for event sourcing in Python. observed · 2026-08-28

github.com/pyeventsourcing/eventsourcing · homepage · Python · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
pyeventsourcing/eventsourcingmain77

For agents

markdown · JSON · MCP: product_card(name="pyeventsourcing/eventsourcing")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem