From 31fc597205daeb9c2e51e6af565133b8b4139941 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 4 Feb 2021 20:34:00 +0000 Subject: [PATCH] Update ToC --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 658158a..5393872 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,20 @@ faasd does not create the same maintenance burden you'll find with maintaining, * is a single Golang binary * 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 -* 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](https://pbs.twimg.com/media/EPNQz00W4AEwDxM?format=jpg&name=small) > Demo of faasd running in KVM - ## "Serverless For Everyone Else" is the official handbook for faasd - + 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 * Tuning timeouts, parallelism, running tasks in the background * 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 * CI/CD with GitHub Actions and multi-arch * 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) - ## 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.