MAGDA
MAGDA is a Python library intended for assembling a stream-like architecture of an application following functional programming principles, by using predefined interfaces and classes. MAGDA stands for Modular and Asynchronous Graphs with Directed and Acyclic edges, and is the backbone of the library. The library works best when the code can be split into independent operations with clearly defined input and outputs. The main idea is to use MAGDA to process code in a sequential flow. Think of this as nodes with input/output as edges in directed graphs.
MAGDA supports following operations:
- building an application pipeline from a configuration file and from code,
- asynchronous and synchronous processing,
- dividing modules into groups for asynchronous pipeline,
- aggregation of partial results.
MAGDA can be applied almost anywhere, but is especially well-suited for BigData parallel processing and ML pipelines intended for carrying out multiple, repeatable experiments.
| Read the documentation on the Github Wiki. |
|---|
Installation
pip
pip install magda
From the repository
pip install https://github.com/NeuroSYS-pl/magda/archive/main.zip
License
Release files for magda 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| magda-0.1.0.tar.gz | 26.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| magda-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 74.6 kB
Release files / magda-0.1.0.tar.gz
| Download URL | magda-0.1.0.tar.gz |
|---|---|
| Size | 26.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
44e93fdf1883a9fd077b4e58538998ce8ce7229a3793eec7a4f1f48c4b2ac907
|
|
BLAKE2b-256 checksum How to use checksums |
28180c0001f07d53e62cd0d5cea5567903ab17137719bdd5aa12940b32e9aa96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|
Release files / magda-0.1.0-py3-none-any.whl
| Download URL | magda-0.1.0-py3-none-any.whl |
|---|---|
| Size | 47.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8e04910c0d580be52f95fe28cb6180d72aec2049391270161413761ef77d85cb
|
|
BLAKE2b-256 checksum How to use checksums |
344e463d3f9d7a8f9abba8ed7346e9acdb3bca5a5d049c125aab5ff137079756
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|