mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-18 20:16:36 +00:00
Update ToC
This commit is contained in:
12
README.md
12
README.md
@ -21,18 +21,20 @@ faasd does not create the same maintenance burden you'll find with maintaining,
|
|||||||
|
|
||||||
* is a single Golang binary
|
* is a single Golang binary
|
||||||
* uses the same core components and ecosystem of OpenFaaS
|
* uses the same core components and ecosystem of OpenFaaS
|
||||||
|
* uses containerd for a runtime and CNI for networking
|
||||||
* is multi-arch, so works on Intel `x86_64` and ARM out the box
|
* is multi-arch, so works on Intel `x86_64` and ARM out the box
|
||||||
* can be set-up and left alone to run your applications
|
* can run almost any other stateful container through its `docker-compose.yaml` file
|
||||||
|
|
||||||
|
Most importantly, it's easy to manage so you can set it up and leave it alone to run your functions.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> Demo of faasd running in KVM
|
> Demo of faasd running in KVM
|
||||||
|
|
||||||
|
|
||||||
## "Serverless For Everyone Else" is the official handbook for faasd
|
## "Serverless For Everyone Else" is the official handbook for faasd
|
||||||
|
|
||||||
<a href="https://gumroad.com/l/serverless-for-everyone-else">
|
<a href="https://gumroad.com/l/serverless-for-everyone-else">
|
||||||
<img src="https://static-2.gumroad.com/res/gumroad/2028406193591/asset_previews/714aad765f8246463fafb64fcd3be4ea/retina/104810333-b628f280-57eb-11eb-8be9-a2f6c773346b.png" width="40%"></a>
|
<img src="https://static-2.gumroad.com/res/gumroad/2028406193591/asset_previews/741f2ad46ff0a08e16aaf48d21810ba7/retina/social4.png" width="40%"></a>
|
||||||
|
|
||||||
You'll learn how to deploy code in any language, lift and shift Dockerfiles, run requests in queues, write background jobs and to integrate with databases. faasd packages the same code as OpenFaaS, so you get built-in metrics for your HTTP endpoints, a user-friendly CLI, pre-packaged functions and templates from the store and a UI.
|
You'll learn how to deploy code in any language, lift and shift Dockerfiles, run requests in queues, write background jobs and to integrate with databases. faasd packages the same code as OpenFaaS, so you get built-in metrics for your HTTP endpoints, a user-friendly CLI, pre-packaged functions and templates from the store and a UI.
|
||||||
|
|
||||||
@ -50,7 +52,8 @@ Topics include:
|
|||||||
* Scheduling invocations and background jobs
|
* Scheduling invocations and background jobs
|
||||||
* Tuning timeouts, parallelism, running tasks in the background
|
* Tuning timeouts, parallelism, running tasks in the background
|
||||||
* Adding TLS to faasd and custom domains for functions
|
* Adding TLS to faasd and custom domains for functions
|
||||||
* Adding a database for storage with InfluxDB
|
* Self-hosting on your Raspberry Pi
|
||||||
|
* Adding a database for storage with InfluxDB and Postgresql
|
||||||
* Troubleshooting and logs
|
* Troubleshooting and logs
|
||||||
* CI/CD with GitHub Actions and multi-arch
|
* CI/CD with GitHub Actions and multi-arch
|
||||||
* Taking things further, community and case-studies
|
* Taking things further, community and case-studies
|
||||||
@ -59,7 +62,6 @@ View sample pages, reviews and testimonials on Gumroad:
|
|||||||
|
|
||||||
["Serverless For Everyone Else"](https://gumroad.com/l/serverless-for-everyone-else)
|
["Serverless For Everyone Else"](https://gumroad.com/l/serverless-for-everyone-else)
|
||||||
|
|
||||||
|
|
||||||
## Try faasd for the first time
|
## Try faasd for the first time
|
||||||
|
|
||||||
faasd is OpenFaaS, so many things you read in the docs or in blog posts will work the same way.
|
faasd is OpenFaaS, so many things you read in the docs or in blog posts will work the same way.
|
||||||
|
Reference in New Issue
Block a user