Skip to content

Releases: chetanmeh/incubator-openwhisk

OpenWhisk Standalone with Playground

14 Oct 05:22
29d0d5d
Compare
Choose a tag to compare
Pre-release

Dev build with apache#4686

OpenWhisk Standalone with User Events

01 Oct 11:26
29d0d5d
Compare
Choose a tag to compare
Pre-release
v0.13

Update the OpenWhisk module list (#4384)

OpenWhisk Standalone with CouchDB

12 Sep 08:24
29d0d5d
Compare
Choose a tag to compare
Pre-release
0.12

Update the OpenWhisk module list (#4384)

OpenWhisk Standalone with Api Gateway

26 Jul 15:40
29d0d5d
Compare
Choose a tag to compare
Pre-release

OpenWhisk standalone server with api gateway support apache#4571

$ wget https://github.com/chetanmeh/incubator-openwhisk/releases/download/v0.11/openwhisk-standalone.jar
$ java -jar openwhisk-standalone.jar --api-gw

OpenWhisk Standalone Server

24 Jun 09:27
29d0d5d
Compare
Choose a tag to compare
Pre-release

OpenWhisk standalone enables running a minimal OpenWhisk (with in memory store) as a runnable jar outside of docker.

See apache#4516 for more details

Usage

$ wget https://github.com/chetanmeh/incubator-openwhisk/releases/download/v0.10/openwhisk-standalone.jar
$ java -jar openwhisk-standalone.jar

Above steps would launch the standalone server. Then configure the wsk cli

wsk property set --apihost 'http://localhost:3233'  \
  --auth '23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP'

Now can try out the samples

Known Issues

None so far!