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.
Getting Started
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
Install required development tools:
$ toadie ready-system
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.
Start your stack locally:
$ honcho start up
Deploy your stack on your chosen cloud:
$ toadie deploy
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
Built Distribution
Hashes for toadie-0.1.1a1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe409b84a4e32e66d184d980d12d2ebcefdf8b38c84ca89a632f0eb785506bca |
|
MD5 | 7eed348d0081b66a57a367fbd9e67ef8 |
|
BLAKE2b-256 | 3cc2c055e4033907c438be86d7aa8a4262dc34390dc062b7fa465fb7e55bc775 |