{"id":26032210,"url":"https://github.com/apache/openwhisk-catalog","last_synced_at":"2025-04-12T17:44:39.355Z","repository":{"id":46564500,"uuid":"60272020","full_name":"apache/openwhisk-catalog","owner":"apache","description":"Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers","archived":false,"fork":false,"pushed_at":"2024-09-24T15:30:40.000Z","size":507,"stargazers_count":34,"open_issues_count":14,"forks_count":49,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-02T12:59:53.260Z","etag":null,"topics":["apache","cloud","faas","functions-as-a-service","openwhisk","serverless","serverless-architectures","serverless-functions"],"latest_commit_sha":null,"homepage":"https://openwhisk.apache.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-02T14:43:52.000Z","updated_at":"2024-11-27T13:38:03.000Z","dependencies_parsed_at":"2025-03-16T19:10:01.680Z","dependency_job_id":"e06a107f-1b84-431a-bede-f6411a81412b","html_url":"https://github.com/apache/openwhisk-catalog","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fopenwhisk-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/openwhisk-catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247919257,"owners_count":21018077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","cloud","faas","functions-as-a-service","openwhisk","serverless","serverless-architectures","serverless-functions"],"created_at":"2025-03-06T21:37:12.092Z","updated_at":"2025-04-12T17:44:39.326Z","avatar_url":"https://github.com/apache.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements.  See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file to You under the Apache License, Version 2.0\n# (the \"License\"); you may not use this file except in compliance with\n# the License.  You may obtain a copy of the License at\n#\n#     http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n--\u003e\n\n# Openwhisk Catalog\n\n[![Build Status](https://travis-ci.com/apache/openwhisk-catalog.svg?branch=master)](https://travis-ci.com/apache/openwhisk-catalog)\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n\nThis openwhisk-catalog maintains the package catalogs of openwhisk. In OpenWhisk, the catalog\nof packages gives you an easy way to enhance your app with useful capabilities, and to access\nexternal services in the ecosystem. Examples of external services that are OpenWhisk-enabled\ninclude the Slack and GitHub.system packages and sample packages.\n\nThe catalog is available as packages in the `/whisk.system` namespace. See [Browsing packages](https://github.com/openwhisk/openwhisk/blob/master/docs/packages.md#browsing-packages)\nfor information about how to browse the catalog by using the command line tool.\n\n## How to install openWhisk-catalog\n\n### Pre-requisites\n- [openwhisk](https://github.com/openwhisk/openwhisk/blob/master/README.md) is installed.\n- Environment variable `OPENWHISK_HOME` is configured as the path to `openwhisk` source code directory.\n\n\n### Install openwhisk-catalog\n\nWe should be able to run the script [packages/installCatalogUsingWskdeploy.sh](packages/installCatalogUsingWskdeploy.sh) to install the catalog like:\n\n```\n./packages/installCatalogUsingWskdeploy.sh [catalog_auth_key] [api_host] [cli_path]\n```\n\nThe first argument `catalog_auth_key`, defines the secret key used to authenticate the openwhisk\nservice. The second argument `api_host`, determines the location, where the openwhisk edge host is running,\nin the format of IP or hostname. The third argument `cli_path` is the full path to the `wsk` cli executable.\n\n## Existing packages in catalog\n\nFor more details about how to use packages in the catalog, you can go to the README.md under each package subfolder.\n\n| Package | Description |\n| --- | --- |\n| [/whisk.system/github](./packages/github/README.md) | offers a convenient way to use the [GitHub APIs](https://developer.github.com/). |\n| [/whisk.system/slack](./packages/slack/README.md) | offers a convenient way to use the [Slack APIs](https://api.slack.com/). |\n| [/whisk.system/websocket](./packages/websocket/README.md) | Package to send messages to Web Socket server|\n\n\u003c!--\nTODO: place holder until we have a README for samples\n| [/whisk.system/samples](./packages/samples/README.md) | offers sample actions in different programming languages |\n--\u003e\n\u003c!--\nTODO: place holder until we have a README for utils\n| [/whisk.system/utils](./packages/utils/README.md) | offers utilities actions such as cat, echo, and etc. |\n--\u003e\n\n## How to create top-level packages\n\nIf your package is more involved you may want to create your own top-level packages repository using the [openwhisk-package-template](https://github.com/openwhisk/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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fopenwhisk-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fopenwhisk-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fopenwhisk-catalog/lists"}