Skip to content

jmbIFR/deep-oc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEEP Open Catalog

DEEP-Hybrid-DataCloud logo

This repository contains the DEEP-Hybrid-DataCloud Open Catalog modules. Feel free to clone, add your own module and submit it as a pull request for review.

The modules included in this repository are included in the DEEP Marketplace, where you can get more information about them (downloading, building, executing, etc.).

Adding a module to the marketplace

Edit the MODULES.yml file and include it as follows:

(...)
- module: https://github.com/deephdc/DEEP-OC-whatever

Once added, submit a pull request to this repo.

You can also make it online on GitHub.

Deploying on OpenWhisk

The DEEP Open Catalog can be deployed on an OpenWhisk instance, using the wskdeploy software. In order to do so, you need to create a namespace in your OpenWhisk deployment and get its API key:

wskadmin user create deepaas

Then, you are able to deploy the DEEP-OC package as follows:

wskdeploy -v -p deep-oc/openwhisk

You can verify that the package is deployed, by listing the actions in the namespace:

wsk action list

There is a special action list that allows you to retrieve the deployed modules:

wsk action invoke /deepaas/deep-oc/list --result

About

DEEP-Hybrid-DataCloud marketplace modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Shell 4.2%