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.3.28a0.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

ergo-0.3.28a0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ergo-0.3.28a0.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for ergo-0.3.28a0.tar.gz
Algorithm Hash digest
SHA256 0269c9ed9e119f6fa328ef32aba45bb0cbfe937a2b6bddb6b3b5314a6936e348
MD5 51adb3405d82855ee13e35f36f772aea
BLAKE2b-256 291b8657ef4c1486f33bfb2093c00ed28f589e40b3bf0604ed2132ca26034fd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ergo-0.3.28a0-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for ergo-0.3.28a0-py3-none-any.whl
Algorithm Hash digest
SHA256 c96eb2ba8e31deafe7f7e0abd22c80ed112a3bdac8be3513b6b51612d515bbfd
MD5 337ecda38a6cbab77398f61bd005edb0
BLAKE2b-256 48b2f2696a16db9f735829ac8ddf66d350b81b22d3e6e4db07e02ec6db486a18

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