This directory contains sample services which demonstrate Elafros
functionality.
- helloworld - A simple webserver written in Go
- pythonsimple - A simple webserver written in Python
- stock restful app - Simple Restful service
- thumbnailer - A 'dockerized' web application creating thumbnails from videos
- steren's sample-app - A simple Node.js web application
- buildpack sample app - A sample buildpack app
- steren's sample-function - A simple Node.js function
- private repos - A sample illustrating private GitHub / DockerHub
- telemetrysample - A simple webserver emitting logs and metrics
- gitwebhook - A function that listens for git PR changes and updates the title of them
- autoscaler - A demonstration of revision autoscaling
- Minimize dependencies on third party libraries and prefer using standard libraries. Examples:
- Use "log" for logging.