All Projects → kenfdev → faas-rancher

kenfdev / faas-rancher

Licence: MIT license
[DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to faas-rancher

openwhisk-runtime-java
Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
Stars: ✭ 43 (+43.33%)
Mutual labels:  functions, faas
Graphql Serverless
GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
Stars: ✭ 124 (+313.33%)
Mutual labels:  functions, faas
Openwhisk Runtime Nodejs
Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
Stars: ✭ 43 (+43.33%)
Mutual labels:  functions, faas
Dispatch
Dispatch is a framework for deploying and managing serverless style applications.
Stars: ✭ 529 (+1663.33%)
Mutual labels:  functions, faas
Openwhisk Devtools
Development tools for building and deploying Apache OpenWhisk
Stars: ✭ 141 (+370%)
Mutual labels:  functions, faas
Openwhisk
Apache OpenWhisk is an open source serverless cloud platform
Stars: ✭ 5,499 (+18230%)
Mutual labels:  functions, faas
Openwhisk Cli
Apache OpenWhisk Command Line Interface (CLI)
Stars: ✭ 73 (+143.33%)
Mutual labels:  functions, faas
Fission
Fast and Simple Serverless Functions for Kubernetes
Stars: ✭ 6,646 (+22053.33%)
Mutual labels:  functions, faas
Gofn
Function process via docker provider (serverless minimalist)
Stars: ✭ 134 (+346.67%)
Mutual labels:  functions, faas
Composer
Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.
Stars: ✭ 131 (+336.67%)
Mutual labels:  functions, faas
Microcule
SDK and CLI for spawning streaming stateless HTTP microservices in multiple programming languages
Stars: ✭ 454 (+1413.33%)
Mutual labels:  functions, faas
Of Watchdog
Reverse proxy for STDIO and HTTP microservices
Stars: ✭ 175 (+483.33%)
Mutual labels:  functions, faas
Nuclio
High-Performance Serverless event and data processing platform
Stars: ✭ 4,213 (+13943.33%)
Mutual labels:  functions, faas
Openwhisk Runtime Php
Apache OpenWhisk Runtime PHP supports Apache OpenWhisk functions written in PHP
Stars: ✭ 26 (-13.33%)
Mutual labels:  functions, faas
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+69300%)
Mutual labels:  functions, faas
Mongodb Function
OpenFaaS Function that makes use of a connection pool to access MongoDB
Stars: ✭ 44 (+46.67%)
Mutual labels:  functions, faas
openfaas-rstats-templates
OpenFaaS templates for R
Stars: ✭ 17 (-43.33%)
Mutual labels:  functions, faas
openwhisk-runtime-dotnet
Apache OpenWhisk Runtime .Net supports Apache OpenWhisk functions written in .Net languages
Stars: ✭ 23 (-23.33%)
Mutual labels:  functions, faas
Fdk Java
Java API and runtime for fn.
Stars: ✭ 127 (+323.33%)
Mutual labels:  functions, faas
Faas Netes
Serverless on Kubernetes with OpenFaaS
Stars: ✭ 1,875 (+6150%)
Mutual labels:  functions, faas

DEPRECATED This repository is deprecated. Please refer https://github.com/openfaas-incubator/faas-rancher

faas-rancher

OpenFaaS on Rancher

This is a plugin to enable Rancher as a FaaS backend.

FaaS is an event-driven serverless framework for containers. Any container for Windows or Linux can be leveraged as a serverless function. FaaS is quick and easy to deploy (less than 60 secs) and lets you avoid writing boiler-plate code.

If you'd like to know more about the FaaS project head over to - https://github.com/alexellis/faas

The code in this repository is a daemon or micro-service which can provide the basic functionality the FaaS Gateway requires:

  • List functions
  • Deploy function
  • Delete function
  • Invoke function synchronously

Any other metrics or UI components will be maintained separately in the main FaaS project.

QuickStart

For now, this blog post shows how you can deploy OpenFaaS on Rancher via the Catalog.

Get started with the code

Under construction...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].