This reposirory contain a brief description about FaaS and show a comparison between differents platforms available. More, you can see two real implementations: OpenWhishk and OpenFaaS with Jupyter Notebook (Tensorflow example instead).
Root tree:
- faas_comparison
- introduction
- openfaas
- openwhisk
This project uses SUBMODULES.
In order to clone it use:
git clone --recurse-submodules https://github.com/andrescvargasr/faas_so_final_project.git
You should run this command every time you want to pull:
git pull --recurse-submodules
To update the submodules:
git submodule update --recursive --remote