Skip to main content

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

ergo-0.4.13a0.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

ergo-0.4.13a0-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file ergo-0.4.13a0.tar.gz.

File metadata

  • Download URL: ergo-0.4.13a0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10

File hashes

Hashes for ergo-0.4.13a0.tar.gz
Algorithm Hash digest
SHA256 97e9daea18f7cc14ad43fd7a478a35401880b9b802a9203bf3d42518fab04be0
MD5 6f028dd5aadb9cec75b8c23a0ae6a1b5
BLAKE2b-256 3dea5e3bc9aae1bb6771880c207860f1504d07ee81185cb9373c967663f08dfd

See more details on using hashes here.

File details

Details for the file ergo-0.4.13a0-py3-none-any.whl.

File metadata

  • Download URL: ergo-0.4.13a0-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10

File hashes

Hashes for ergo-0.4.13a0-py3-none-any.whl
Algorithm Hash digest
SHA256 446c5b3934bfdcab72d8b3deb5fbfc69e9ff15b8b0738d28bd0768b94f2b664b
MD5 4ea53f2b3bdb0f305536960ce70fd7ba
BLAKE2b-256 66bd0a29f5f47edf2e03bc675a1b7ec653d311b27f292c4a6b9de38a3ea6d780

See more details on using hashes here.

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