mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Initial readme
This commit is contained in:
parent
d1f9909ae6
commit
e8434859ee
24
README.md
24
README.md
@ -1,2 +1,26 @@
|
|||||||
# faas
|
# faas
|
||||||
Functions as a service
|
Functions as a service
|
||||||
|
|
||||||
|
gateway
|
||||||
|
=======
|
||||||
|
|
||||||
|
This container acts in a similar way to the API Gateway on AWS. Requests can be made to this endpoint with a JSON body.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* auto-scaling of replicas as load increases
|
||||||
|
* backing off of replicas as load reduces
|
||||||
|
* unique URL routes for serverless functions
|
||||||
|
* instrumentation via Prometheus metrics at GET /metrics
|
||||||
|
|
||||||
|
watchdog
|
||||||
|
========
|
||||||
|
|
||||||
|
This binary fwatchdog acts as a watchdog for your function. Features:
|
||||||
|
|
||||||
|
* Static binary in Go
|
||||||
|
* Listens to HTTP requests over swarm overlay network
|
||||||
|
* Spawns process set in `fprocess` ENV variable for each HTTP connection
|
||||||
|
* Only lets processes run for set duration i.e. 500ms, 2s, 3s.
|
||||||
|
* Language/binding independent
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user