Welcome to OpenFaaS

OpenFaaS Logo

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.

Highlights

  • Ease of use through UI portal and one-click install
  • Write functions in any language for Linux or Windows and package in Docker/OCI image format
  • Portable - runs on existing hardware or public/private cloud - Kubernetes and Docker Swarm native
  • CLI available with YAML format for templating and defining functions and featuring easy install via curl and brew
  • Auto-scales as demand increases
  • Kubernetes support via FaaS-netes plugin
  • Windows function support
  • Asynchronous/long-running OpenFaaS functions via NATS Streaming - Follow this guide

Background

This is the original blog post from @alexellis on FaaS from January 2017.

Governance

OpenFaaS is an independent project created by Alex Ellis which is now being built and shaped by a growing community of contributors. Project website: openfaas.com.

Become an OpenFaaS backer or sponsor

We need your support to keep delivering on Serverless Functions Made Simple so pledge to OpenFaaS and become a backer or a sponsor with a unique set of rewards. Help us hit our goals and get to back a great project at the same time.

View the List of backers and sponsors

Videos

SkillsMatter

Great introductory overview of OpenFaaS features, users and roadmap.

OpenFaaS presents to CNCF Serverless workgroup

The OpenFaaS project had the pleasure of presenting OpenFaaS to the CNCF Serverless Workgroup.

Dockercon 2017 Closing Keynote

Functions as a Service or FaaS was a winner in the Cool Hacks contest for Dockercon 2017.

If you'd like to find the functions I used in the demos head over to the faas-dockercon repository.