Framework for event-sourcing with Python (DDD + ES + CQRS)
Project description
Event Sourcing in Python with Bestagon
Bestagon is an asynchronous framework for rapid development of event-sourced applications. It follows the principles of DDD + ES + CQRS and provides necessary building blocks for development of an event sourced system:
- Event sourced Aggregate.
- Event-sourced repository to store and retreive aggregates.
- Event Store and its implementation using KurrentDB.
- Event-sourced Application for use cases.
- Projection to implement views using CQRS pattern.
The framework is event-store agnostic, it contains abstract classes that can be iplemented with required technology.
The documentation is hosted on readthedocs - https://bestagon.readthedocs.io/en/latest/
Installation
pip install bestagon
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bestagon-0.7.0-py3-none-any.whl.
File metadata
- Download URL: bestagon-0.7.0-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b31593289bef54317059042e926775f233da223e65ec913262e7c658c71e4547
|
|
| MD5 |
0eb4a0909faaddd1527d5a952b93b177
|
|
| BLAKE2b-256 |
aa8a7c1b676df36e133bf277b6cf3b8d308ef54cda277783012273863f5182c5
|