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:
Run python3 setup.py install.
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
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 Distribution
File details
Details for the file eda-1.0.0alpha5.tar.gz
.
File metadata
- Download URL: eda-1.0.0alpha5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
745e3d0de088fc944a22adc540c17fdaef28c42570bc7cd769ad8c6163405d18
|
|
MD5 |
eeed650e64a9e94bf88176f23cc95046
|
|
BLAKE2b-256 |
113d128b51b0c722bdb617f9e42a40af5114f68565ec36c4e3b41e23a59c015c
|