Simple Microservice Development Framework
Project description
ERGO
Simple Microservice Development Framework
Ergo is the substrate for the rapid development of coordinated microservices.
The primary emphasis with Ergo is to eliminate - as much as possible - the boilerplate infrastructure that is common to most software stacks to facilitate a larger developer emphasis on business-oriented development. This is achieved with inversion of control and procedural injection.
For example; Consider the following python function in a file math.py:
# math.py
def product(x, y):
return float(x) * float(y)
Ergo provides the tooling to bootstrap this simple function into any one of a variety of environments (eg. console application, http service, MQ worker, etc.)
To start an http service for the above function:
$ ergo http math.py:product
then to make a request against this service
$ curl -i "http://localhost?4&5"
{"result": 20.0}
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ergo-0.4.15a0.tar.gz.
File metadata
- Download URL: ergo-0.4.15a0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a487363626bb27efac5dd1d7bdc8f23be3f91861314cba46a9cdc7353f0b2654
|
|
| MD5 |
48f980bca138e96cdc8105f59bfbb270
|
|
| BLAKE2b-256 |
bc077316452d0783556838eb70ace415e88f3f6c534dd9d7b3284d55b94c72f3
|
File details
Details for the file ergo-0.4.15a0-py3-none-any.whl.
File metadata
- Download URL: ergo-0.4.15a0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
231d0618d5c9003b07dbad4adb134a1294e0829ddbee5e695aee29ca0f4d9f8c
|
|
| MD5 |
bac5686448035df6e758720f69514248
|
|
| BLAKE2b-256 |
348c063e69f27eb8feeecdfc035e432528619dbbdd26863e0b2ea6fa2071468a
|