Skip to main content

Simple Microservice Development Framework

Project description

ERGO

Simple Microservice Development Framework

Ergo is the substrate for the rapid development of cooperative 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 the file math.py:

# math.py

def product(x, y):
    return x * y

Ergo provides the tooling to execute this simple function using any one of a number of different patterns (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"
[20]

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

Uploaded Source

Built Distribution

ergo-0.3.22a0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ergo-0.3.22a0.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.5

File hashes

Hashes for ergo-0.3.22a0.tar.gz
Algorithm Hash digest
SHA256 4a157664929e426c8c2f6f8d2be3a72f6cc0d59d9a691e3efde18ae7ce7f55e4
MD5 cedb2ebaad5839809737e663e5669f4a
BLAKE2b-256 0a133595e775c67c51641204c8131104fa2b51b4c6fcd68c5894149de425bdd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ergo-0.3.22a0-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.5

File hashes

Hashes for ergo-0.3.22a0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d82da304dcdbd37245c70292f48099954e510a4cc622b412fcaf9075ff11f41
MD5 df47f0960cafbba6da9e8b7f598179a0
BLAKE2b-256 37469c77fabe987d5cbe3889a45c43222db5d3822baa6b49d6a33ebbba9e5685

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