Skip to content

mmathys/experiment-base

 
 

Repository files navigation

Faabric Experiments

This repo contains the shared infrastructure for experiments related to Faasm and Faabric.

To run all the experiments, you'll need to set up a Kubernetes cluster in a cloud provider or locally:

Setup

git submodule update --init

# Install the python dependencies
source bin/workon.sh
pip3 install -U pip
pip3 install -r requirements.txt

# List available tasks
inv -l

About

Common infrastructure and plotting tools for experiments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.6%
  • Shell 5.4%