Skip to content
@pythoneda

PythonEDA

PythonEDA ecosystem

PythonEDA

PythonEDA is an ecosystem of Event-Driven Applications written in Python, following Domain-Driven Design and Hexagonal Architecture. It applies the as-code principle to Pescio's three-space approach:

  • the decision space (your domain), obviously;
  • the artifact space (files, changes, repositories, tags, releases) is represented as code;
  • the runtime space (how your bounded context gets deployed, monitored, and behaves upon runtime changes).

Additionally, it adopts a different perspective on how software is executed. There's only one way the user interacts with PythonEDA: requesting information about how to execute code. That's the value of PythonEDA: providing the code to fulfill user's requests. To make the approach more convenient, the user can delegate the provided code to be executed in an automated way on her behalf.

Glossary:

  • artifact: the way code is represented and manipulated.
  • realm: how each user interacts with PythonEDA.
  • domain: a model used to represent a cohesive set of concepts.
  • infrastructure: implementations of primary and secondary ports in the domain.
  • application: the entity in charge of launching a bounded context with the infrastructure bound to the domain ports.
  • shared: A shared module, with no runtime identity.
  • event: A relevant fact.
  • event-infrastructure: module providing classes needed by the infrastructure layer to support the events.

Popular repositories Loading

  1. .github .github Public

    Public profile of PythonEDA

  2. pythoneda pythoneda Public

    Application layer for pythoneda/pythoneda-domain

  3. pythoneda-domain pythoneda-domain Public

    Domain of PythonEDA

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…