An open API service indexing awesome lists of open source software.

https://github.com/gunjan5/argo

Serverless with Unikernels and their performance together
https://github.com/gunjan5/argo

containers faas serverless unikernel

Last synced: about 1 year ago
JSON representation

Serverless with Unikernels and their performance together

Awesome Lists containing this project

README

          

# Argo
- Serverless with Unikernels and performance comparison on Serverless with unikernels vs containers.

- This is for my COEN 493 - Directed Research class with Professor Amer at Santa Clara University (SCU).

- See `/doc/README.md` for the running status of this project.

### The name:
- No, it's not the Ben Affleck movie. It's from The Argo - Jason and the Argonauts

![Argo](/doc/img/json-and-the-argonauts.jpg "Argo")

### Repo structure:
```
├── Dockerfile
├── LICENSE
├── README.md
├── code
│   ├── Godeps
│   │   └── Godeps.json
│   ├── graphs
│   │   └── graph1
│   ├── results
│   │   └── res1
│   ├── scripts
│   │   ├── run-moby.sh
│   │   ├── run-unik.sh
│   │   └── run-unikernels.go
│   └── server.go
└── doc
├── README.md
├── REPORT.md
├── UnikernelsforServerlessArchitecture.pdf
├── abstract.tex
├── img
│   ├── fig-1-res-vs-time.png
│   └── json-and-the-argonauts.jpg
└── serverless-unikernels.tex
```