IBM/ibm-cloud-functions-refarch-data-processing-cloudant

Name: ibm-cloud-functions-refarch-data-processing-cloudant

Owner: International Business Machines

Description: An IBM Cloud Functions serverless reference architecture for executing code in response to database changes.

Created: 2018-03-05 15:53:49.0

Updated: 2018-03-26 13:42:30.0

Pushed: 2018-03-26 13:42:32.0

Homepage:

Size: 121

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Serverless reference architecture for IBM Cloudant data processing with IBM Cloud Functions

Build Status

This project deploys a reference architecture with IBM Cloud Functions to execute code in response to changes in a database. No code runs until change events arrive from IBM Cloudant (powered by Apache CouchDB). When that happens, function instances are started and automatically scale to match the load needed to process the database change events.

You can learn more about the benefits of building a serverless architecture for this use case in the accompanying IBM Code Pattern (TBD).

Deploy this reference architecture:

If you haven't already, sign up for an IBM Cloud account then go to the Cloud Functions dashboard to explore other reference architecture templates and download command line tools, if needed.

Included components

The application deploys two IBM Cloud Functions (based on Apache OpenWhisk) that read and write data to IBM Cloudant (powered by Apache CouchDB). This demonstrates how actions work with data services and execute logic in response to data change events.

One function, or action, posts a data record to Cloudant when invoked manually. A built in Cloudant package feed receives the change, which in turn triggers a sequence of actions (a way to link actions declaratively in a chain) to read and log the data that was received.

Sample Architecture

Deploy through the IBM Cloud Functions console user interface

Choose “Start Creating” and select “Deploy template” then “Cloudant Events” from the list. A wizard will then take you through configuration and connection to event sources step-by-step.

Behind the scenes, the UI uses the wskdeploy tool, which you can also use directly from the CLI by following the steps in the next section.

Deploy using the wskdeploy command line tool

This approach will deploy the Cloud Functions actions, triggers, and rules using the runtime-specific manifest file available in this repository.

Deploy with wskdeploy
one a local copy of this repository
clone https://github.com/IBM/ibm-cloud-functions-refarch-data-processing-cloudant.git
bm-cloud-functions-refarch-data-processing-cloudant

ke service credentials available to your environment
ce local.env
sk package refresh

ploy the packages, actions, triggers, and rules using your preferred language
untimes/nodejs # Or runtimes/[php|python|swift]
eploy
Undeploy with wskdeploy
ploy the packages, actions, triggers, and rules
eploy undeploy
Alternative deployment methods
Deploy manually with the bx wsk command line tool

This approach shows you how to deploy individual the packages, actions, triggers, and rules with CLI commands. It helps you understand and control the underlying deployment artifacts.

Deploy with IBM Continuous Delivery

This approach sets up a continuous delivery pipeline that redeploys on changes to a personal clone of this repository. It may be of interest to setting up an overall software delivery lifecycle around Cloud Functions that redeploys automatically when changes are pushed to a Git repository.

License

Apache 2.0


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.