Skip to main content

A Python framework for event-driven architectures.

Project description

Synopsis

The Python eda module provides a framework to create Python applications in Event-Driven Architectures (EDAs).

Features

The module provides the following major features:

  • A syntax to declaratively specify event types and their structure.

  • Local implementations of an enterprise message bus, using threads (for single-process architectures) or processes.

  • An interface specification of the enterprise message bus; allowing additional, more mature implementations (using for example, Apache Apollo).

  • A framework to quickly prototype and deploy services.

Installation

To install eda, run the following command in your terminal:

$ pip install eda

Alternatively, you may clone the GitHub repository to install the latest development branch. This method provides the following options:

  1. Run python3 setup.py install.

  2. Run make links. This will create symbolic links in the systems’ Python library directory. Provided as a conveniance when developing the module in cooperation with other packages or applications.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eda-1.0.0alpha5.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page