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

Uploaded Source

Built Distribution

ergo-0.8.9a0-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ergo-0.8.9a0.tar.gz
Algorithm Hash digest
SHA256 c7540c9a09ddc88e9080d374b728de29a94e2fba563300d393f570b439166a03
MD5 390eda0d674dbe8a99082ae577d026b5
BLAKE2b-256 d934b14b96d29bbb002197158a3b16c8ed56282d918d1342ca90cb1dbcd7a47d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ergo-0.8.9a0-py3-none-any.whl
  • Upload date:
  • Size: 22.3 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.8.9a0-py3-none-any.whl
Algorithm Hash digest
SHA256 fbae86cbb3aa48dab6bb54491763fa3b756e26ed41b34094c1d39bf92e4c27f4
MD5 fbfcb90ea7438bc1a302fa795562849f
BLAKE2b-256 222ed6eff7a08da4ab5aa53f4b2a4d463f71e0bc2d9a2b3b82e73e89fd1e11f3

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