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?x=4&y=5"
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.7.3a0.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

ergo-0.7.3a0-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ergo-0.7.3a0.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12

File hashes

Hashes for ergo-0.7.3a0.tar.gz
Algorithm Hash digest
SHA256 2bf6acc91b207c4bdf6ad1c627fed3c51cbfea3569b2fdf9148c83dbd1548c4d
MD5 2fdb4a9d04596cc8fea5c8ea7d9cc07c
BLAKE2b-256 b4a9af261fc0b1c0229949cf266b91405b83edfab4ab7e80d794ef607cdf196b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ergo-0.7.3a0-py3-none-any.whl
  • Upload date:
  • Size: 22.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.2.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12

File hashes

Hashes for ergo-0.7.3a0-py3-none-any.whl
Algorithm Hash digest
SHA256 1b93a7d3b5637acdb6780c377af649982d6b65d2d35ce67cce3f38562229f741
MD5 5a0aa592002ab1a24543e638fe65e39f
BLAKE2b-256 47e867f4455c23c2b1e7fdd7a1fe87bbc999e892c9fa787fef646d9c6e4ebaaa

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