Back to Openwhisk

Licensed to the Apache Software Foundation (ASF) under one or more

docs/catalog.md

2.0.04.1 KB
Original Source
<!-- # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -->

Using OpenWhisk-enabled services

In OpenWhisk, a 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 Cloudant, The Weather Company, Slack, and GitHub.

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.

Existing packages in catalog

PackageDescription
/whisk.system/alarmsPackage to create periodic triggers
/whisk.system/cloudantPackage to work with Cloudant NoSQL DB service
/whisk.system/githubPackage to create webhook triggers for GitHub
/whisk.system/messagingPackage to work with Message Hub service
/whisk.system/pushnotificationsPackage to work with Push Notification service
/whisk.system/slackPackage to post to the Slack APIs
/whisk.system/watson-translatorPackage for text translation and language identification
/whisk.system/watson-speechToTextPackage to convert speech into text
/whisk.system/watson-textToSpeechPackage to convert text into speech
/whisk.system/weatherPackage to work with Weather Company Data service
/whisk.system/websocketPackage to work with a Web Socket server
<!-- TODO: place holder until we have a README for samples | [/whisk.system/samples](https://github.com/apache/openwhisk-catalog/blob/master/packages/samples/README.md) | offers sample actions in different languages | --> <!-- TODO: place holder until we have a README for utils | [/whisk.system/utils](https://github.com/apache/openwhisk-catalog/blob/master/packages/utils/README.md) | offers utilities actions such as cat, echo, and etc. | -->