Skip to main content

Command line interface for development of microservices with the ambassador pattern.

Project description

toadie

Toadie is a microservices framework that includes everything needed to create microservices and run on a compute cluster using the ambassador pattern. Compute cluster can be Elastic Container Service, Kubernetes, or similar. Toadie supports the concepts of service and task.

  • Service: Long-running application or worker

  • Task: Short-running application or worker, which often requires additional compute resorces be added to cluster

Toadie is designed with analytic processes and smaller teams in mind.

Toadie is inspired by django and rails and gummi bears.

Adventures of the Gummi Bears' "Toadie"

Getting Started

  1. Install toadie at the command prompt if you haven’t yet using either pip or conda:

    # using pip
    $ pip install toadie
    # using conda
    $ conda install -c https://conda.anaconda.org/gonzo toadie
  2. Install required development tools:

    $ toadie ready-system
  3. At the command prompt, create a new toadie project and add a service:

    $ toadie create-project myproject
    $ cd myproject
    $ toadie create-service myservice

    where “myproject” is the project name and where “myservice” is the name of your service.

  4. Start your stack locally:

    $ honcho start up
  5. Deploy your stack on your chosen cloud:

    $ toadie deploy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toadie-0.1.1a1.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

toadie-0.1.1a1-py2.py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 2 Python 3

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