Skip to content

TTraveller7/invokerlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invokerlib

invokerlib contains the implementation of Fission Stream, a toolkit that transforms user processor logic to a stream processing pipeline composed of Fission functions.

Install

  1. Verify your terminal has kubectl installed, and it can connect to a Kubernetes cluster.
kubectl get cs
  1. Verify you have fission running on your Kubernetes cluster. If you have not installed fission, check the official installation guide from fission.
fission check
  1. Install fctl with script
wget https://raw.githubusercontent.com/TTraveller7/invokerlib/main/scripts/install_fctl.sh
./install_fctl.sh
  1. Initialize fctl
fctl init