Skip to content

Experimentation of leveraging Docker to build a naïve serverless infrastructure

License

Notifications You must be signed in to change notification settings

terciodemelo/docker-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Repository Organization

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.

The goals

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.

About

Experimentation of leveraging Docker to build a naïve serverless infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published