Skip to content

acourtney2015/openwhisk

 
 

Repository files navigation

OpenWhisk

Build Status License

OpenWhisk is a cloud-first distributed event-based programming service. It provides a programming model to upload event handlers to a cloud service, and register the handlers to respond to various events. Learn more at https://developer.ibm.com/openwhisk or try it on IBM Bluemix OpenWhisk.

Quick Start

A Vagrant machine is the easiest way to run OpenWhisk on Mac, Windows PC or GNU/Linux. Download and install Vagrant for your operating system and architecture.

Follow these step to run your first OpenWhisk Action:

# Clone openwhisk
git clone --depth=1 https://github.com/openwhisk/openwhisk.git

# Change directory to tools/vagrant
cd openwhisk/tools/vagrant

# Run script to create vm and run hello action
./hello

Wait for hello action output:

wsk action invoke /whisk.system/samples/echo -p message hello --blocking --result
{
    "message": "hello"
}

For more information about OpenWhisk vagrant scenarios see the tools/vagrant/README.md

Custom Configurations

The quick start above uses an ephemeral data store that does not persist data when the vm is reloaded. The following instructions allow you to configure OpenWhisk to use a persistent data store via Cloudant or CouchDB.

These steps were tested on Mac OS X El Capitan, Ubuntu 14.04.3 LTS and Windows using Vagrant.

Learn concepts and commands

Browse the documentation to learn more. Here are some topics you may be interested in:

License

Copyright 2015-2016 IBM Corporation

Licensed under the Apache License, Version 2.0 (the "License").

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.

Issues

Report bugs, ask questions and request features here on GitHub.

You can also join our slack channel and chat with developers. To get access to our slack channel, please see the instructions here.

About

OpenWhisk is a cloud-first distributed event-based programming service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 75.1%
  • Java 10.8%
  • JavaScript 5.5%
  • Swift 5.2%
  • Shell 2.0%
  • Python 1.3%
  • Other 0.1%