All Projects → apache → openwhisk-catalog

apache / openwhisk-catalog

Licence: Apache-2.0 license
Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers

Programming Languages

javascript
184084 projects - #8 most used programming language
scala
5932 projects
swift
15916 projects
shell
77523 projects
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to openwhisk-catalog

openwhisk-runtime-go
Apache OpenWhisk Runtime Go supports Apache OpenWhisk functions written in Go
Stars: ✭ 31 (+3.33%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
openwhisk-runtime-python
Apache OpenWhisk Runtime Python supports Apache OpenWhisk functions written in Python
Stars: ✭ 39 (+30%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
openwhisk-runtime-docker
Apache OpenWhisk SDK for building Docker "blackbox" runtimes
Stars: ✭ 23 (-23.33%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
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:  apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
Openwhisk
Apache OpenWhisk is an open source serverless cloud platform
Stars: ✭ 5,499 (+18230%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, openwhisk, functions-as-a-service
openwhisk-runtime-dotnet
Apache OpenWhisk Runtime .Net supports Apache OpenWhisk functions written in .Net languages
Stars: ✭ 23 (-23.33%)
Mutual labels:  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 (+16.67%)
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 (+43.33%)
Mutual labels:  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 (+86.67%)
Mutual labels:  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 (-13.33%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, 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 (+670%)
Mutual labels:  apache, faas, serverless-functions, serverless-architectures, functions-as-a-service
Openwhisk Cli
Apache OpenWhisk Command Line Interface (CLI)
Stars: ✭ 73 (+143.33%)
Mutual labels:  apache, faas, serverless-functions, functions-as-a-service
Openwhisk Devtools
Development tools for building and deploying Apache OpenWhisk
Stars: ✭ 141 (+370%)
Mutual labels:  apache, faas, serverless-functions, functions-as-a-service
Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+746.67%)
Mutual labels:  faas, serverless-architectures, functions-as-a-service
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+69300%)
Mutual labels:  faas, serverless-functions, functions-as-a-service
Fission
Fast and Simple Serverless Functions for Kubernetes
Stars: ✭ 6,646 (+22053.33%)
Mutual labels:  faas, serverless-functions, functions-as-a-service
Riff
riff is for functions
Stars: ✭ 801 (+2570%)
Mutual labels:  faas, serverless-functions
Baetyl
Extend cloud computing, data and service seamlessly to edge devices.
Stars: ✭ 1,655 (+5416.67%)
Mutual labels:  faas, functions-as-a-service
Functional Typescript
TypeScript standard for rock solid serverless functions.
Stars: ✭ 600 (+1900%)
Mutual labels:  faas, serverless-functions
Kubeless
Kubernetes Native Serverless Framework
Stars: ✭ 6,849 (+22730%)
Mutual labels:  faas, serverless-architectures

Openwhisk Catalog

Build Status License

This openwhisk-catalog maintains the package catalogs of openwhisk. In OpenWhisk, the catalog of packages gives you an easy way to enhance your app with useful capabilities, and to access external services in the ecosystem. Examples of external services that are OpenWhisk-enabled include the Slack and GitHub.system packages and sample packages.

The catalog is available as packages in the /whisk.system namespace. See Browsing packages for information about how to browse the catalog by using the command line tool.

How to install openWhisk-catalog

Pre-requisites

  • openwhisk is installed.
  • Environment variable OPENWHISK_HOME is configured as the path to openwhisk source code directory.

Install openwhisk-catalog

We should be able to run the script packages/installCatalogUsingWskdeploy.sh to install the catalog like:

./packages/installCatalogUsingWskdeploy.sh [catalog_auth_key] [api_host] [cli_path]

The first argument catalog_auth_key, defines the secret key used to authenticate the openwhisk service. The second argument api_host, determines the location, where the openwhisk edge host is running, in the format of IP or hostname. The third argument cli_path is the full path to the wsk cli executable.

Existing packages in catalog

For more details about how to use packages in the catalog, you can go to the README.md under each package subfolder.

Package Description
/whisk.system/github offers a convenient way to use the GitHub APIs.
/whisk.system/slack offers a convenient way to use the Slack APIs.
/whisk.system/websocket Package to send messages to Web Socket server

How to create top-level packages

If your package is more involved you may want to create your own top-level packages repository using the openwhisk-package-template. It will provide a good example on what a good template should include (i.e., sufficient help build, test and integrate into OpenWhisk).

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