Skip to content

fnproject/tutorials

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2019
Jul 4, 2018
Apr 2, 2019
Apr 25, 2019
Nov 22, 2018
Jun 29, 2021
Aug 26, 2019
Oct 29, 2019
Oct 29, 2019
Jun 4, 2018
Dec 19, 2019
Feb 28, 2018
Apr 25, 2019
Feb 28, 2018
Jan 28, 2020
Jun 29, 2021
May 5, 2022
Oct 15, 2019
Apr 3, 2019
Oct 3, 2017
Feb 16, 2022
Nov 21, 2019
Aug 21, 2019
Aug 27, 2019
Apr 4, 2019
Apr 4, 2019
Oct 29, 2019
May 5, 2022
Feb 28, 2018
Feb 28, 2018

Repository files navigation

Tutorials

Each of the tutorials below provides a step by step examination and walkthrough of a specific Fn feature or component. Check back soon as new tutorials are being added regularly.

Introduction to Fn

Before deploying your first function, you need to install the Fn cli and start an Fn Server.

Now that the Fn Server is up and running, you can deploy your first function. Select your preferred language:

Official:

Explore Fn

Test and Monitor Functions

Orchestrate with Fn Flow

Fn Flow provides a way to orchestrate functions to build sophisticated applications, initially using Java, and soon with other programming languages.

  • Flow 101
  • Flow 102
  • Fn Flow Saga - In this tutorial you will use Fn Flow to implement a Java travel booking system that leverages functions written in a variety of languages.