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
- Host: GitHub
- URL: https://github.com/gunjan5/argo
- Owner: gunjan5
- License: mit
- Created: 2017-04-13T06:27:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T07:06:28.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T01:42:58.788Z (about 1 year ago)
- Topics: containers, faas, serverless, unikernel
- Language: Go
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### 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
```