Add blog link

This commit is contained in:
Alex Ellis
2017-03-09 23:38:16 +00:00
committed by GitHub
parent 80c12aeaea
commit f097c75b93

View File

@ -7,6 +7,8 @@ FaaS is a platform for building serverless functions on Docker Swarm Mode with f
* Each container has a watchdog process that hosts a web server allowing a JSON post request to be forwarded to a desired process via STDIN. The respose is sent to the caller via STDOUT. * Each container has a watchdog process that hosts a web server allowing a JSON post request to be forwarded to a desired process via STDIN. The respose is sent to the caller via STDOUT.
* A gateway provides a view to the containers/functions to the public Internet and collects metrics for Prometheus and in a future version will manage replicas and scale as throughput increases. * A gateway provides a view to the containers/functions to the public Internet and collects metrics for Prometheus and in a future version will manage replicas and scale as throughput increases.
> [Read the story on my blog](http://blog.alexellis.io/functions-as-a-service/) or find out more below.
[![Build [![Build
Status](https://travis-ci.org/alexellis/faas.svg?branch=master)](https://travis-ci.org/alexellis/faas) Status](https://travis-ci.org/alexellis/faas.svg?branch=master)](https://travis-ci.org/alexellis/faas)