IBM/openwhisk-getting-started-template

Name: openwhisk-getting-started-template

Owner: International Business Machines

Description: OpenWhisk building block - Template for new sample applications - This project provides sample code for creating an application with Apache OpenWhisk on IBM Bluemix.

Created: 2017-02-16 17:22:03.0

Updated: 2017-03-18 19:15:04.0

Pushed: 2017-03-16 23:13:09.0

Homepage:

Size: 399

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OpenWhisk building block - Sample Application Template

This project provides sample code for creating an application with Apache OpenWhisk on IBM Bluemix. It should take no more than 10 minutes to get up and running. Once you complete this sample application, you can move on to more complex serverless application use cases, such as those named OpenWhisk 201 or tagged as openwhisk-use-cases.

Overview of the sample application (image)

To come.

Flow of the application
  1. The first step.
  2. The second step.
  3. The third step.
  4. The fourth step.

Installation

Setting up this sample involves configuration of OpenWhisk on IBM Bluemix. If you haven't already signed up for Bluemix and configured OpenWhisk, review those steps first.

Set up supporting service, such as Cloudant

To come.

Bind the service to OpenWhisk, if applicable

To come.

Create OpenWhisk actions, triggers, and rules

To come.

Perform any other configuration needed

To come.

Use the deploy.sh script to automate the steps above

Clone this repository to your system, and change to the root directory and install the app using deploy.sh

This will be adjusted soon to use 'wskdeploy' tool, which uses a manifest to create the triggers, actions, and rules that power the sample.

ploy.sh --install
Testing

To come.

Troubleshooting

The first place to check for errors is the OpenWhisk activation log. You can view it by tailing the log on the command line with wsk activation poll or you can view the monitoring console on Bluemix.

Cleaning up

To come.

Credits

To come.

License

Licensed under the Apache 2.0 license.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.