CouchDB Filters with OpenWhisk Triggers Feb 12, 2019 Listen to a subset of document change events in Apache OpenWhisk actions using filters functions with the CouchDB feed provider. ...
Large (Java) Applications on Apache OpenWhisk Feb 05, 2019 How to run large Java applications on Apache OpenWhisk. OpenWhisk's support for custom Docker runtimes means large Java libraries can be pre-installed into the runtime and excluded from application JARs. ...
Provisioning IBM Cloud Services With Terraform Jan 25, 2019 Learn how to provision IBM Cloud application services with Terraform. This blog posts explains how to install Terraform and IBM Cloud provider plugin, configure terraform files with IBM Cloud services and then use the CLI to provision resources. ...
Loosely-coupled Serverless Functions With Apache Openwhisk Jan 18, 2019 How can serverless applications trigger asynchronous tasks with loosely-coupled functions? Apache OpenWhisk provides an event publishing mechanism (using triggers and rules) that allows actions to publish events to invoke functions instead of calling them directly. ...
Highly Available Serverless Apps With Cloudant's Cross-Region Replication Jan 10, 2019 Making serverless applications Highly Available using Cloudant's cross-region database replication on IBM Cloud. IBM Cloud Functions applications in different cloud regions share application using cross-region replication. ...
Using Custom Domains With IBM Cloud Functions Dec 03, 2018 Setting up custom domains for HTTP APIs using serverless functions on IBM Cloud Functions. Let's Encrypt is used to generate SSL/TLS certificates for custom domain before registering with IBM Cloud. ...
Finding photos on Twitter using face recognition with TensorFlow.js Oct 30, 2018 Using face recognition to find unlabelled photos on twitter with machine learning. TensorFlow.js and Serverless Cloud Platforms used to search for all tweets for a hashtag and compare images to user's profile photo. Uses IBM Cloud Functions (Apache OpenWhisk) ...
Serverless Machine Learning With TensorFlow.js Aug 13, 2018 Using TensorFlow.js for Machine Learning on Serverless Cloud Platforms. Use serverless Node.js functions for visual recognition on image files using IBM Cloud Functions (Apache OpenWhisk). ...
Machine Learning In Node.js With TensorFlow.js Aug 07, 2018 Using TensorFlow.js for Machine Learning on Node.js. Use MobileNet models for image classification and visual recognition on local image files. ...
Monitoring Dashboards With Kibana For IBM Cloud Functions Jul 18, 2018 Monitoring Serverless Applications running on IBM Cloud Functions (Apache OpenWhisk) with IBM Cloud Log Analysis service. Custom dashboards used to visualise application issues using Kibana. ...