Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning IBM Bluemix

You're reading from   Learning IBM Bluemix Demystify application development on cloud platform by leveraging the power of IBM Bluemix

Arrow left icon
Product type Paperback
Published in Oct 2016
Publisher Packt
ISBN-13 9781785887741
Length 382 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Sreelatha Sankaranarayanan Sreelatha Sankaranarayanan
Author Profile Icon Sreelatha Sankaranarayanan
Sreelatha Sankaranarayanan
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Saying Hello to IBM Bluemix FREE CHAPTER 2. Building and Deploying Your First Application on IBM Bluemix 3. Extending an Application and Configuring for Continuous Delivery Using DevOps Services 4. Leveraging On-Premise Software for Applications on Bluemix 5. Scaling Applications in Bluemix 6. Monitoring and Management in Bluemix 7. Compute Options on Bluemix 8. Security Services on Bluemix 9. Microservices-based Application Development on Bluemix 10. Mobile Application Development on Bluemix

OpenWhisk


OpenWhisk is an event-driven compute platform. OpenWhisk allows application developers to write and host application logic agnostic of the infrastructure on which it will run. This application logic is then triggered through events that can come from Bluemix services or other applications or sources. Such application logic are also called as actions. The uniqueness of this compute platform is that it is triggered only when an event occurs, which means that the trigger caused by an event will result in the application on OpenWhisk to be deployed and executed; if no event occurs the application unit does not run and hence does not use any infrastructure resources:

Note

At the time of writing this book, OpenWhisk is in beta. To know the scope for use and support for experimental services, you can refer to http://ibm.co/2dMu4f7 .

You will see the editor, where you can write the application logic or actions. A sample Hello World action written in JavaScript is provided. You can make...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image