Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 655 Bytes

Event Outbox Example

This is a proof-of-concept example of event-outbox python package.

Bounded Contexts

Booking

Booking bounded context

Rapid testing

Rapid testing bounded context.png

Reporting

Reporting bounded context.png

Installation

With poetry:

poetry install

Running

poetry run uvicorn example.infrastructure.http_server:create_app --factory

Development

bash cleanup.sh