8000 GitHub - danoand/fn-meetup: A Chicago Gophers Meetup demo and discussion of Fn Project, an open-source, container-native, serverless platform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Chicago Gophers Meetup demo and discussion of Fn Project, an open-source, container-native, serverless platform

Notifications You must be signed in to change notification settings

danoand/fn-meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chicago Gophers Meetup (July 17, 2018) on the Fn Project

Resources

Commands

Install Fn Project

curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh

Start the Fn Project server

fn start

Start the Fn Project UI

docker run --rm -it --link fnserver:api -p 4000:4000 -e "FN_API_URL=http://api:8080" fnproject/ui

Initialize a boiler plate Fn Project function (Go FDK)

fn init --runtime go gofn cd gofn

Test a function - CLI

fn test

Run a function - CLI

fn run or fn --verbose run

Run a function - CLI and pass input

echo -n '{"name":"Bill"}' | fn run

Deploy a function to an "app"

fn deploy --app gomeetup --local

View the calls for app "gomeetup"

fn list calls gomeetup

View logs for a function call

fn get logs gomeetup <call id>

About

A Chicago Gophers Meetup demo and discussion of Fn Project, an open-source, container-native, serverless platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0