This repository contains the code used in the talk Leveraging Docker to Build Serverless Platforms by Tercio de Melo to take place on October 1st Docker Meetup at VTEX Rio de Janeiro.
It doesn't aim to provide a production ready infrastructure, but rather experiment with Docker inner APIs to gain insight into container orchestration systems by implementing a serverless Python system.
Each stage of our experiment is be properly documented in this very README.md
file, and each stage is accessible by a Git tag in the format stage-{int}
. Each component of our system is contained in its own directory under the root directory, with a dedicated README.md
documenting the component. Components are leveraged with Docker Compose.
This walkthrough repository aims to build from scratch a simple REST API and UI to run arbitrary Python code on a host machine serverlessly by leveraging Docker.