All Projects → apache → openwhisk-runtime-go

apache / openwhisk-runtime-go

Licence: Apache-2.0, Unknown licenses found Licenses found Apache-2.0 LICENSE.txt Unknown LICENSE-testify.txt
Apache OpenWhisk Runtime Go supports Apache OpenWhisk functions written in Go

Programming Languages

go
31211 projects - #10 most used programming language
scala
5932 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to openwhisk-runtime-go

openwhisk-runtime-python
Apache OpenWhisk Runtime Python supports Apache OpenWhisk functions written in Python
Stars: ✭ 39 (+25.81%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service, openwhisk-runtime
openwhisk-runtime-docker
Apache OpenWhisk SDK for building Docker "blackbox" runtimes
Stars: ✭ 23 (-25.81%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service, openwhisk-runtime
openwhisk-runtime-dotnet
Apache OpenWhisk Runtime .Net supports Apache OpenWhisk functions written in .Net languages
Stars: ✭ 23 (-25.81%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service, openwhisk-runtime
openwhisk-runtime-java
Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
Stars: ✭ 43 (+38.71%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service, openwhisk-runtime
Openwhisk
Apache OpenWhisk is an open source serverless cloud platform
Stars: ✭ 5,499 (+17638.71%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
openwhisk-package-kafka
Apache OpenWhisk package for communicating with Kafka or Message Hub
Stars: ✭ 35 (+12.9%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
Openwhisk Deploy Kube
The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
Stars: ✭ 231 (+645.16%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, functions-as-a-service
openwhisk-catalog
Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
Stars: ✭ 30 (-3.23%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
Openwhisk Runtime Nodejs
Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
Stars: ✭ 43 (+38.71%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, functions-as-a-service
Openwhisk Runtime Php
Apache OpenWhisk Runtime PHP supports Apache OpenWhisk functions written in PHP
Stars: ✭ 26 (-16.13%)
Mutual labels:  functions, apache, faas, serverless-functions, serverless-architectures, functions-as-a-service
Openwhisk Apigateway
Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
Stars: ✭ 56 (+80.65%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, functions-as-a-service
Openwhisk Devtools
Development tools for building and deploying Apache OpenWhisk
Stars: ✭ 141 (+354.84%)
Mutual labels:  functions, apache, faas, serverless-functions, functions-as-a-service
Openwhisk Cli
Apache OpenWhisk Command Line Interface (CLI)
Stars: ✭ 73 (+135.48%)
Mutual labels:  functions, apache, faas, serverless-functions, functions-as-a-service
Fission
Fast and Simple Serverless Functions for Kubernetes
Stars: ✭ 6,646 (+21338.71%)
Mutual labels:  functions, faas, serverless-functions, functions-as-a-service
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+67061.29%)
Mutual labels:  functions, faas, serverless-functions, functions-as-a-service
Gofn
Function process via docker provider (serverless minimalist)
Stars: ✭ 134 (+332.26%)
Mutual labels:  functions, faas, functions-as-a-service
Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+719.35%)
Mutual labels:  faas, serverless-architectures, functions-as-a-service
openfaas-rstats-templates
OpenFaaS templates for R
Stars: ✭ 17 (-45.16%)
Mutual labels:  functions, faas, functions-as-a-service
Fdk Java
Java API and runtime for fn.
Stars: ✭ 127 (+309.68%)
Mutual labels:  functions, faas
Composer
Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.
Stars: ✭ 131 (+322.58%)
Mutual labels:  functions, faas

Apache OpenWhisk Runtimes for Go

Build Status License Join Slack

This repository contains both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.

  • If you are in a hurry, check the examples
  • Writing Actions for the runtime in Golang
  • How to deploy your Golang sources
  • Precompiling Golang actions
  • How to use VSCode to write Golang actions
  • How to Build the runtime, with development notes

Actionloop runtime

Using the Go runtime for Generic executables

  • Writing Generic actions, in bash or as a generic linux binary
  • Deployment for Generic actions
  • The ActionLoop protocol for generic actions
  • Environment Variables to configure the proxy

Change Log

CHANGES.md

License

Apache 2.0

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].