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.10.1.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

ergo-0.10.1-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

Details for the file ergo-0.10.1.tar.gz.

File metadata

  • Download URL: ergo-0.10.1.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.12

File hashes

Hashes for ergo-0.10.1.tar.gz
Algorithm Hash digest
SHA256 50780c268abc05ea439706d9085ca79ae42bb584d63c18e18d05de467fc62cb4
MD5 6279f0a6212169b5e16ae63748f787a9
BLAKE2b-256 c5d9eb5e116ffda78a8ced09b3f9d5fb91b309e98db1ea1c3076e60b98cc904f

See more details on using hashes here.

File details

Details for the file ergo-0.10.1-py3-none-any.whl.

File metadata

  • Download URL: ergo-0.10.1-py3-none-any.whl
  • Upload date:
  • Size: 22.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.12

File hashes

Hashes for ergo-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e57c456f1963afd970129f0655e08e8419e2d940c0505d248f542cf79f3b4300
MD5 9ab6f39fc79333e637f02887ee3be3e1
BLAKE2b-256 f2c7694dfb346f7b5151c6d2f5bc4f125a348b7a10c9c7601c75c9df835b8e3b

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