Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krook/functions17
List of demo apps and other things for my Functions17 talk on Apache OpenWhisk (incubating) and IBM Cloud Functions
https://github.com/krook/functions17
faas functions17 openwhisk openwhisk-getting-started serverless
Last synced: about 1 month ago
JSON representation
List of demo apps and other things for my Functions17 talk on Apache OpenWhisk (incubating) and IBM Cloud Functions
- Host: GitHub
- URL: https://github.com/krook/functions17
- Owner: krook
- Created: 2017-08-25T11:38:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T17:26:20.000Z (over 7 years ago)
- Last Synced: 2024-10-11T19:12:12.482Z (2 months ago)
- Topics: faas, functions17, openwhisk, openwhisk-getting-started, serverless
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functions17
List of demo apps for my [Functions17](https://functions.world) talk on [Apache OpenWhisk](http://openwhisk.incubator.apache.org/) and [IBM Cloud Functions](https://console.bluemix.net/openwhisk/).## Presentation
- [Presentation deck on SlideShare](https://www.slideshare.net/DanielKrook/building-serverless-applications-with-apache-openwhisk-and-ibm-cloud-functions).- [Presentation video on YouTube](https://www.youtube.com/watch?v=1SQ5KUQEZVA).
- Also check out this [Five minute intro to open source serverless development with OpenWhisk](https://medium.com/openwhisk/five-minute-intro-to-open-source-serverless-development-with-openwhisk-328b0ebfa160).
- [Panel discussion video on Serverless in 2017](https://www.youtube.com/watch?v=VdS83gbrNVA&feature=youtu.be).
## Using Apache OpenWhisk with IBM Cloud Functions
1. Create a [Bluemix](http://bluemix.net) account.
2. Explore the [Cloud Functions](http://bluemix.net/openwhisk) dashboard.
3. Download and configure the [`wsk` CLI](https://console.bluemix.net/openwhisk/learn/cli?env_id=ibm%3Ayp%3Aus-south). You can also use the `wsk` plugin to the `bx` CLI, but the demos below use `wsk`.## Demo 1: Your first trigger, action, and rule
- [Your first trigger, action, and rule](https://github.com/IBM/openwhisk-action-trigger-rule )## Demo 2: Database change triggered action
- [The simple building block version](https://github.com/IBM/openwhisk-cloudant-trigger)
- [The more complex version](https://github.com/IBM/openwhisk-data-processing-cloudant)## Demo 3: HTTP API request triggered action
- [The simple building block version](https://github.com/IBM/openwhisk-rest-api-trigger)
- [The more complex version](https://github.com/IBM/openwhisk-serverless-apis)## Other simple apps, working solutions, more complex uses
- [Awesome OpenWhisk](https://github.com/openwhisk/awesome-openwhisk)
- [IBM Developer Journeys](https://developer.ibm.com/code/technologies/serverless/ )
- [Full list of OpenWhisk samples on GitHub](https://github.com/search?q=topic%3Aopenwhisk+org%3AIBM&type=Repositories)
- [Work with an IBM developer advocate](https://developer.ibm.com/code/work-with-us)## Explore the open source Apache OpenWhisk project
- [OpenWhisk.org](https://openwhisk.org)
- [GitHub](https://github.com/apache?q=incubator-openwhisk)
- [Slack](http://openwhisk.incubator.apache.org/slack.html)
- [Twitter](https://twitter.com/openwhisk)
- [Medium](https://medium.com/openwhisk)