mirror of
https://github.com/vinta/awesome-python.git
synced 2026-02-06 03:03:53 +08:00
Add python-cqrs
This commit is contained in:
@@ -32,6 +32,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||||||
- [Computer Vision](#computer-vision)
|
- [Computer Vision](#computer-vision)
|
||||||
- [Configuration Files](#configuration-files)
|
- [Configuration Files](#configuration-files)
|
||||||
- [Cryptography](#cryptography)
|
- [Cryptography](#cryptography)
|
||||||
|
- [CQRS & Event Sourcing](#cqrs)
|
||||||
- [Data Analysis](#data-analysis)
|
- [Data Analysis](#data-analysis)
|
||||||
- [Data Validation](#data-validation)
|
- [Data Validation](#data-validation)
|
||||||
- [Data Visualization](#data-visualization)
|
- [Data Visualization](#data-visualization)
|
||||||
@@ -320,6 +321,12 @@ _Libraries for storing and parsing configuration options._
|
|||||||
- [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library.
|
- [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library.
|
||||||
- [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.
|
- [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.
|
||||||
|
|
||||||
|
## CQRS & Event Sourcing
|
||||||
|
|
||||||
|
_Event-Driven Architecture frameworks for CQRS pattern and event-driven microservices._
|
||||||
|
|
||||||
|
- [python-cqrs](https://github.com/vadikko2/python-cqrs) - Event-Driven Architecture Framework with CQRS, Transaction Outbox, Saga orchestration, FastAPI/FastStream integration.
|
||||||
|
|
||||||
## Data Analysis
|
## Data Analysis
|
||||||
|
|
||||||
_Libraries for data analysis._
|
_Libraries for data analysis._
|
||||||
|
|||||||
Reference in New Issue
Block a user