Giter VIP home page Giter VIP logo

funktion's Introduction

  Funktion

Funktion is an open source event driven lambda style programming model on top of Kubernetes. This project provides a command line tool for working with Funktion

Funktion supports hundreds of different trigger endpoint URLs including most network protocols, transports, databases, messaging systems, social networks, cloud services and SaaS offerings.

In a sense funktion is a serverless approach to event driven microservices as you focus on just writing funktions and Kubernetes takes care of the rest. Its not that there's no servers; its more that you as the funktion developer don't have to worry about managing them.

funktion logo

Getting Started

Please Install Funktion then follow the Getting Started Guide

Documentation

Please see the website and the User Guide

License

This project is Apache Licensed

Building

You will need a recent install of go along with glide.

Then the first time you want to build you need to do this:

mkdir -p $GOROOT/funktionio/funktion
cd $GOROOT/funktionio
git clone https://github.com/funktionio/funktion.git
cd funktion
make bootstrap

Now whenever you want to do build you can just type

make

and you'll get a ./funktion binary you can play with

Running locally outside of docker

If you want to hack on the operator its often easier to just run it locally on your laptop using your local build via

./funktion operate

And scale down/delete the funktion-operator thats running inside kubernetes.

Provided your machine can talk to your kubernetes cluster via:

kubectl get pod
kubectl get node

then the funktion binary should be able to monitor and operate all your flows and functions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.