This commit is contained in:
Alex Ellis
2017-10-05 18:13:30 +01:00
committed by GitHub
parent beb4f5499b
commit 10bcd51d22

View File

@ -2,9 +2,9 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/openfaas/faas)](https://goreportcard.com/report/github.com/openfaas/faas) [![Build
Status](https://travis-ci.org/openfaas/faas.svg?branch=master)](https://travis-ci.org/openfaas/faas) [![GoDoc](https://godoc.org/github.com/openfaas/faas?status.svg)](https://godoc.org/github.com/openfaas/faas)
![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg)
[![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg)](https://www.openfaas.com)
![OpenFaaS](https://blog.alexellis.io/content/images/2017/08/faas_side.png)
![OpenFaaS Logo](https://blog.alexellis.io/content/images/2017/08/faas_side.png)
OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker which has first class support for metrics. Any process can be packaged as a function enabling you to consume a range of web events without repetitive boiler-plate coding.