Ahmad Awais

NAVIGATE


SHARE


A Custom WordPress Dashboard with MongoDB Atlas, Microsoft Azure, & Serverless Functions!

Ahmad AwaisAhmad Awais


TL;DR I’m building a custom WordPress dashboard for an enterprise client which is powered by React.js on top of Node.js with MongoDB Atlas as the database.

This dashboard uses several Microsoft Azure services, e.g., Cognitive Services, Azure App Services, and especially serverless ⚡ Azure Functions. In this post, you’ll learn how to build a small module from it and the reason behind my choice of stack, apps, and products.


🚀 One of my enterprise clients who owns a huge networking and media company has a large-scale WordPress site set up. He recently consulted me about the possibility of building a custom WordPress dashboard (based on the WordPress REST API) — to help him make intelligent business decisions via Machine Learning and Artificial Intelligence.

🤔 With JavaScript eating up the world and WordPress adapting to the move by creating the Gutenberg project — I thought of an architecture/stack where WordPress would be our content layer, a familiar battle-tested environment that does its job well with a custom dashboard that’s built with JavaScript.

😲 When you’re tasked to build a modern JavaScript application, you find yourself in a mix of different frameworks, tools, and dev-workflows. The JavaScript ecosystem has grown a lot over the last couple of years. We have many many good options available today.

🎟 So, after researching my options for a bit — I opted to use React.js on top of Node.js to start building the custom WordPress dashboard. While the project is in its ideation phase at the moment, I think it’s important that I share some of our goals here to define the context behind my choice of the stack.

🛡#

Custom WordPress Dashboard Goals#

Imagine you own a large networking company where over 500 hotels (in three different countries) use your services to power their conference halls, IT meetings, and online property management like the sites and blogs. That’s what my client does.

Most of this is powered by a huge multi-site WordPress instance that manages everything for the hotels, websites, online booking, registrations, events, tickets, reviews, and comments. There’re also other systems running different software which are able to produce content via REST API.

We’ve set out to create a custom WordPress dashboard with many goals in mind but I’m listing a few of them which are related to this particular article. Take a look at what I have built so far, it’s all based on serverless Azure functions — which are pretty awesome.

A Custom WordPress Dashboard with MongoDB Atlas, Microsoft Azure, & Serverless Functions!

👀 High-level Data Reporting#

The custom dashboard will report all the high-level data, e.g. things like live sales happening throughout my client’s portfolio (500+ hotels), entity/time based and date based breakdowns.

And that how each of his franchise performing on a daily, weekly, monthly basis. All of this data is being fed to MongoDB Atlas. More on that later.

⚡Serverless Automation#

Most of the modules are to built upon serverless architecture — which in this case provides huge benefits. All the automation is always running and the cost is paid as you go i.e. pay for what you use.

An initial rough estimate puts this solution 34% more economical than having a server VM running all the time. We are using Azure Functions for this serverless automation.

🔥 IoT (Internet of Things) Hub#

There are about ~200 IT managers working for my client who have IoT enabled devices that feed data into several online projects. This custom dashboard also includes that data for making better decisions and connecting the whole registration, management, maintenance team’s hub into a single place.

As you might have already guessed, this project makes use of IoT Hub from Microsoft Azure to connect, monitor, and manage all of the IoT assets.

🤖 Machine Learning and Artificial Intelligence#

We’re using a lot of different services from Microsoft Azure for the sake of making this dashboard artificially intelligent by Machine Learning.

There’s a huge dataset that is fed to the ML Studio which later helps us predict different decisions like space management, low registrations trends for IT events, and questions like why and when these things happen.

While the Machine learning part is beyond the scope of this article, I still plan to touch the base with some of the awesome Artificial intelligence I’ve been able to cook in via Azure’s Cognitive Services.

🕰 Live & Real Time#

One of the most important aspects of this custom dashboard is that it’s live and real-time. Which means, I need a managed database that can cope with this amount of data and still stay highly available.

But at the same time, it’s for management purposes and doesn’t need to have any impact on the WordPress sites. That is a crucial system design decision for this dashboard.

By that what I mean is we can do all sorts of experiments with this custom dashboard but it shouldn’t have any impact on the database/servers which are running the multi-site WordPress instance.

🎛#

MongoDB & MongoDB Atlas#

For this custom WordPress dashboard, I am using MongoDB Atlas as a DBaaS (Database as a Service). And I couldn’t be happier. When I first shared that I’ll be using MongoDB, many developers had concerns.Mongodb Gray Logo Fullcolor Rgb 01 Most of the questions were about why add another layer of complexity by adding yet another database to the mix. Why not use the WordPress database as it is. To answer these questions and more I have prepared a list of reasons to why I am using MongoDB Atlas.

♨ Dislike for RDBMS#

I personally dislike relational databases. Most of the time, for me they get in the way of building applications. I have to completely get out of the app I am building, think about my database in the future and design a good schema that always ends up in a bad exercise for my dev-workflow. It’s counter-intuitive at best — at least for me, it is.

💸 HDD Is Cheap | CPU/RAM Is Not#

Old databases were mostly designed in a way to save disk space among other things. This led to a plethora of problems like normalization, indexing, and made sharding, auto-scaling, and replication harder.

Nowadays, disk space is dirt-cheap. On the other hand, CPU/RAM is not and your sys-admin cost can skyrocket very quickly if you end up with a bad choice here.

Like you wanted to create a custom dashboard but your system design architect cost you two sys-admins with how he chose to design your system. Similarly, my client wanted a managed solution without having to hire a team of IT/DevOps folks — at least for an experimental custom dashboard.

🍀 MongoDB’s Pro#

🍃 Why MongoDB Atlas?#

Well, now that I know MongoDB is the right database choice, there are so many different options to host your database. I can self-host on my Linux machine via DigitalOcean, use a cloud provider like AWS/Azure or choose a DBaaS service specific to MongoDB.

9 Mongodb Atlas

But I want a fast, secure, and managed MongoDB solution that I can easily scale with the growth of the number of modules we attach in this custom WordPress dashboard. That’s MongoDB Atlas.

MongoDB Atlas is a cloud-hosted MongoDB service engineered and run by the same team that builds the database. And guess what, I trust that they follow the best operational practices since they are the ones who’re building MongoDB in the first place.

I want this custom dashboard to be self-managed, serverless, and using MongoDB Atlas saves me from worrying about software patching, backups, and reliable configuration setup for new DB updates. Again a big plus. ➕

Also, the fact that MongoDB Atlas is supported cross-platform as well as cross region and across different cloud providers makes it a much better choice. I think each Cluster comes with two replica sets, ready to scale.

🔋 MongoDB Compass#

Now that we are going to work with MongoDB, it’d be great to have a tool through which we can explore our database, view the changes, debug and what not. For this purpose, MongoDB again takes the lead with a product called MongoDB Compass. Take a look.

8 Mongodb Compass

I suggest that you go ahead and download MongoDB Compass. It’s literally the best tool to visualize your MongoDB database. Here’s a set of features:

✅ Getting Started with MongoDB Atlas#

Let’s get started and build a simple module which’s part of the custom WordPress dashboard that I am building. For this module, we are collecting all the sales related data. For that, we need a MongoDB instance, and we’re of course using MongoDB Atlas here.

Step#1: Go to MongoDB Atlas →#

Go to the MongoDB Atlas site and register a completely free MongoDB instance hosted on AWS, with shared RAM and 512 Mb storage. Click the Get Started Free button.

1 Mongodb Atlas

Step#2: Sign up at MongoDB Atlas →#

Now go ahead and sign up with your email ID and fill up the details. It’s amazing that you can sign up and use a free MongoDB Atlas hosted DB instance and they don’t even require you to add a credit-card for that.

2 Mongodb Atlas Signup

Step#3: Create the Cluster#

Now you’ll be redirected to a page with a bunch of information about the new MongoDB Cluster you’re about to create. I suggest that you review this information, and move ahead by clicking the Create Cluster button at the bottom just like in the screenshot below.

3 Mongodb Atlas Create Cluster

Step#4: Create DB User/Pass#

It’ll take a minute and your DB will be created. Once that happens, head over to the Security > MongoDB Users and click on the + ADD NEW USER button on the right, to create a new user for your database. Let’s keep all the other settings set to default for the sake of this intro-article.

I’m setting the user/pass as usermongo but you know better.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#5: Add IP to Whitelist for Access#

To be able to access your MongoDB Atlas database, you need to set up the IP Whitelist with the IP of your server where your app is hosted. Authentication is beyond what I am discussing here so for the purpose of this demo let’s just allow everyone (which’s actually a bad practice in production).

So, again, head over to the Security > IP Whitelist and click on the + ADD IP ADDRESS button on the right, and finally ALLOW ACCESS FROM ANYWHERE button to allow the anonymous access.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#6: Connect via MongoDB Compass#

Now that our DB’s IP access and a user has been created, we can pick up the connection string and use it to connect to our database with our MongoDB Compass application.

Go to Connect then choose Connect with MongoDB Compass and download compass if you haven’t till now, copy the URI Connection String. Finally, open Compass and it should be able to detect the connection string in your clipboard, allow it to connect to your database.

And you are set to visualize your database, analyze its performance, and even run complete CRUD operations. Awesome! 💯

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Now that we have created a MongoDB Atlas, connected it with MongoDB Compass, we can move forward and start building our Node.js application.

#

WordPress REST API — FTW!#

This WordPress based Node.js custom dashboard interacts with the WordPress instance via WordPress REST API. Since this is a Node.js app, I am using an awesome library called wpapi written by K Adam White. He has also built a demo express based WordPress app. That’s what I got inspired by while building this custom dashboard. SO, you’ll see a lot of it here.

🚀 WordPress Custom Router Based on express#

The router is set up with express. Here’s a basic error handler and router template for using WordPress with express.


// FILE: wp-public-express-router.js
'use strict';
var express = require('express');
var router = express.Router();
var siteInfoMiddleware = require('../middleware/site-info');
// Set global site info on all routes
router.use(siteInfoMiddleware);
// Public Routes
// =============
router.get('/', require('./index'));
router.get('/page/:page', require('./index'));
router.get('/:slug', require('./single'));
router.use('/tags/:tag', require('./tag'));
router.use('/categories/:category', require('./category'));
// Catch 404 and forward to error handler.
router.use(function(req, res, next) {
    var err = new Error('Not Found');
    err.status = 404;
    next(err);
});
// Error Handling
// ==============
// Development error handler will print stacktrace.
function developmentErrorRoute(err, req, res, next) {
    res.status(err.status || 500);
    res.render('error', {
        message: err.message,
        error: err
    });
}
// Production error handler. No stacktraces leaked to user.
function friendlyErrorRoute(err, req, res, next) {
    res.status(err.status || 500);
    res.render('error', {
        message: err.message,
        error: {}
    });
}
// Configure error-handling behavior
if (router.get('env') === 'development') {
    router.use(developmentErrorRoute);
} else {
    router.use(friendlyErrorRoute);
}
module.exports = router;

🎚 Basic express Based Implementation#

I am not hosting this entire thing on WordPress, but the initial plan was to do just that. If you want to go do that, you’d wanna build the index by querying all the info using the RSVP.hash utility for convenience and parallelism. For that here’s what you should do.

// FILE: wp-express-index.js
'use strict';
var wp = require('../services/wp');
var contentService = require('../services/content-service');
var pageNumbers = require('../services/page-numbers');
var pageTitle = require('../services/page-title');
var RSVP = require('rsvp');
function getHomepage(req, res, next) {
    var pages = pageNumbers(req.params.page);
    RSVP.hash({
            archiveBase: '',
            pages: pages,
            title: pageTitle(),
            // Primary page content
            posts: wp.posts()
                .page(pages.current),
            sidebar: contentService.getSidebarContent()
        })
        .then(function(context) {
            if (req.params.page && !context.posts.length) {
                // Invalid pagination: 404
                return next();
            }
            res.render('index', context);
        })
        .catch(next);
}
module.exports = getHomepage;

🦏 Authentication Cooked In#

For this setup, you’ll also need to authenticate your Node.js app by giving it the authentication data, which along with wpapi can be processed like this. Beware this is not always a best practice if you don’t use correct permissions and environment variables settings.

// FILE: wp.js
var WP = require('wordpress-rest-api');
var _ = require('lodash');
var config = _.pick(require('./config')
    .wordpress, [
  // Whitelist valid config keys
  'username',
  'password',
  'endpoint'
]);
var wp = new WP(config);
module.exports = wp;

🦁 Site Content Accumulation#

And finally, you are able to consume all the content by creating a content-service which handles recursively fetching

The code for this looks somewhat like this.

// FILE: content-service.js
'use strict';
var wp = require('./wp');
var cache = require('./content-cache');
var _ = require('lodash');
var RSVP = require('rsvp');
/**
 * Recursively fetch all pages of a paged collection
 *
 * @param {Promise} request A promise to a WP API request's response
 * @returns {Array} A promise to an array of all matching records
 */
function all(request) {
    return request.then(function(response) {
        if (!response._paging || !response._paging.next) {
            return response;
        }
        // Request the next page and return both responses as one collection
        return RSVP.all([
      response,
      all(response._paging.next)
    ])
            .then(function(responses) {
                return _.flatten(responses);
            });
    });
}
function siteInfo(prop) {
    var siteInfoPromise = cache.get('site-info');
    if (!siteInfoPromise) {
        // Instantiate, request and cache the promise
        siteInfoPromise = wp.root('/')
            .then(function(info) {
                return info;
            });
        cache.set('site-info', siteInfoPromise);
    }
    // Return the requested property
    return siteInfoPromise.then(function(info) {
        return prop ? info[prop] : info;
    });
}
/**
 * Get an alphabetized list of categories
 *
 * All archive routes display a sorted list of categories in their sidebar.
 * We generate that list here to ensure the sorting logic isn't duplicated
 * across routes.
 *
 * @method sortedCategories
 * @return {Array} An array of category objects
 */
function sortedCategories() {
    return all(wp.categories())
        .then(function(categories) {
            return _.chain(categories)
                .sortBy('slug')
                .value();
        });
}
function sortedCategoriesCached() {
    var categoriesPromise = cache.get('sorted-categories');
    if (!categoriesPromise) {
        categoriesPromise = sortedCategories();
        cache.set('sorted-categories', categoriesPromise);
    }
    return categoriesPromise;
}
/**
 * Get a specific category (specified by slug) from the content cache
 *
 * The WP API doesn't currently support filtering taxonomy term collections,
 * so we have to request all categories and filter them down if we want to get
 * an individual term.
 *
 * To make this request more efficient, it uses sortedCategoriesCached.
 *
 * @method categoryCached
 * @param {String} slug The slug of a category
 * @return {Promise} A promise to the category with the provided slug
 */
function categoryCached(slug) {
    return sortedCategoriesCached()
        .then(function(categories) {
            return _.findWhere(categories, {
                slug: slug
            });
        });
}
/**
 * Get a specific tag (specified by slug) from the content cache
 *
 * The WP API doesn't currently support filtering taxonomy term collections,
 * so we have to request all tags and filter them down if we want to get an
 * individual term.
 *
 * To make this request more efficient, it uses the cached sortedTags promise.
 *
 * @method tagCached
 * @param {String} slug The slug of a tag
 * @return {Promise} A promise to the tag with the provided slug
 */
function tagCached(slug) {
    return sortedTagsCached()
        .then(function(tags) {
            return _.findWhere(tags, {
                slug: slug
            });
        });
}
/**
 * Get an alphabetized list of tags
 *
 * @method sortedTags
 * @return {Array} An array of tag objects
 */
function sortedTags() {
    return all(wp.tags())
        .then(function(tags) {
            return _.chain(tags)
                .sortBy('slug')
                .value();
        });
}
function sortedTagsCached() {
    var tagsPromise = cache.get('sorted-tags');
    if (!tagsPromise) {
        tagsPromise = sortedTags();
        cache.set('sorted-tags', tagsPromise);
    }
    return tagsPromise;
}
function getSidebarContent() {
    return RSVP.hash({
        categories: sortedCategoriesCached(),
        tags: sortedTagsCached()
    });
}
module.exports = {
    // Recursively page through a collection to retrieve all matching items
    all: all,
    // Get (and cache) the top-level information about a site, returning the
    // value corresponding to the provided key
    siteInfo: siteInfo,
    sortedCategories: sortedCategories,
    sortedCategoriesCached: sortedCategoriesCached,
    categoryCached: categoryCached,
    tagCached: tagCached,
    sortedTags: sortedTags,
    sortedTagsCached: sortedTagsCached,
    getSidebarContent: getSidebarContent
};

🛠 Custom Routes & Sales Data#

Finally, I have cooked in quite a few custom routes from where I can attain any kind of sales-related data. For the particular architecture I have in place, I’m again using the RSVP.hash utility for convenience and parallelism. It works like a charm.

// FILE: sales-data.js
var WPAPI = require('wpapi');
var RSVP = require('rsvp');
// Using the RSVP.hash utility for convenience and parallelism
RSVP.hash({
        categories: wp.categories()
            .slug('it-services'),
        tags1: wp.tags()
            .slug('hotel-name'),
        tags2: wp.tags()
            .slug('march-events')
    })
    .then(function(results) {
        // Combine & map .slug() results into arrays of IDs by taxonomy
        var tagIDs = results.tags1.concat(results.tags2)
            .map(function(tag) {
                return tag.id;
            });
        var categoryIDs = results.categories
            .map(function(cat) {
                return cat.id;
            });
        return wp.posts()
            .tags(tags)
            .categories(categories);
    })
    .then(function(posts) {
        // These posts are all fiction, either magical realism or historical:
        console.log(posts);
    });

Once I have that data, I am sending it to Paddle.com for processing along with the purchased order request so that it can be added to our MongoDB instance via serverless ⚡ Azure Functions.

// FILE: wp-custom-routes.js
// Registering custom routes.
site.itSales = site.registerRoute('sales/v1', '/resource/(?P<some_part>\\d+)');
site.itSales()
    .somePart(7); // => myplugin/v1/resource/7
// Query Parameters & Filtering Custom Routes.
site.handler = site.registerRoute('sales/v1', 'receipts/(?P<id>)', {
    // Listing any of these parameters will assign the built-in
    // chaining method that handles the parameter:
    params: ['before', 'after', 'author', 'parent', 'post']
});
// Yields from the custom data of buyers.
site.handler()
    .post(8)
    .author(92)
    .before(dateObj)
    ... // Sent to paddle.

It might look odd to some but WordPress allows you to set up custom post types and custom taxonomies which is what I’m using here, the above code, however, is not the exact implementation but a similar approach to what I have used via categories and tags.

This data gets sent Paddle, and it’s heavily cached so that our WordPress instances do not get any sort of load while we experiment with the custom dashboard. I’ve also cooked in a small data-refresh module which fetches the data on demand from the WordPress instance of choice.

#

Microsoft Azure & Azure Functions#

While building this custom WordPress dashboard, I wanted to make sure that each module of this dashboard lived in form of a serverless app with multiple serverless functions. This decision was based on keeping this dashboard’s cost as economical as possible.

👀 Three Options#

There are three major cloud services providers present. That are Microsoft Azure, Google Cloud Platform, and Amazon Web Services. Each of these has serverless functions available which are called Azure functions, GCP Cloud Functions, and AWS Lambdas.

📘 Choosing Azure#

Azure has one of the biggest cloud architecture and global presence. 50 Azure regions, more than any cloud provider and after testing each of these three, I found that Azure functions had the best response time in UAE (as my client’s business is based out of UAE).

Also, the fact that we’re using Azure ML Studio, AI Cognitive Services, and Virtual Machines to host parts of this project, it made complete sense to use Azure functions for the serverless architecture.

Getting Started with Azure Functions#

Let’s get started with Azure functions. I am going to take you through the process of creating a simple serverless Azure function, which will be triggered via HTTP requests, and inside it, we’ll process the sales information sent to us from Paddle.com.

⚙ What are we building?!#

  1. I am building a serverless Azure function which is based on JavaScript and specifically Node.js code.
  2. This Azure function will get triggered by a simple GET HTTP request from our 3rd party payment solution, i.e., Paddle.com
  3. As soon as there’s a sale on Paddle.com, it will trigger a webhook that contains info related to our sale, quantity, item, earnings, and some member-related data that WordPress sent to Paddle.
  4. Using WordPress REST API, I have added some custom data related to the user who purchased the product, like user’s ID in WordPress DB, which WordPress site had this sale, and such user’s meta info.
  5. When Azure function receives this GET request, it processes the info, takes out what I need to keep in the MongoDB Atlas Cluster and forms a JavaScript object ready to be saved in the DB.
  6. The azure function then connects to MongoDB Atlas instance via an npm package called mongoose, where after connecting the database, I create a DB Model/Schema, and then this data is saved to the MongoDB Atlas Cluster.
  7. After which Azure function kind of sits there waiting for next sale to happen, where my client only pays for the execution time and amount of executions for Azure functions. (1 million of which are free every month 😮).

Now, this is only a high-level summary of what’s happening, there’s a lot of steps that I skipped here like authentication which is beyond the scope of this article. You should always setup authentication and verification to keep things civil and avoid any overage.

So, let’s go ahead and build this thing.

Step#1: Set up Microsoft Azure & VSCode#

I expect you to have the Azure account set up on your end. You’ll need to subscribe with a credit-card since we need storage for hosting the Node.js files which will be used with Azure Functions and you have to pay for storage (you’ll probably get a free $200 credit for the first month and even after that the cost is quite pretty low).

So, go ahead and set up the following:

  1. ✅ Setup a Microsoft Azure account with a credit card in billing.
  2. ✅ Install Visual Studio Code (Psst. I’m making a course on VSCode).
  3. ✅ Install the Azure Functions extension on your VSCode.
  4. 💡 To enable local debugging, install the Azure Functions Core Tools.
  5. 🗂 Create a new directory and open it up in VSCode.

In case you’re wondering which theme and font I am using, it’s Shades of Purple 💜— for more info see which software and hardware I use.

7 Vscode Shades Of Puple

Step#2: Create a New Function App Project#

Now let’s create a new function app project. This is really easy with VSCode. All you have to do is go-to the Azure Extension explorer present in the activity bar. From there access FUNCTIONS tab and click on the first Create New Project icon.

This will create a demo project, with basic files required to get started and will initialize a Git repo for you. I’ll keep up with small gif based demos to make things easier for you.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#3: Create an HTTP-triggered Azure Function#

Now that we have created a function app project, let’s create an HTTP-triggered serverless Azure function. For that, go-to the Azure Extension explorer present in the activity bar. From there access FUNCTIONS tab and click on the second icon Create Function.

For the sake of this demo, I am choosing to keep the authentication part simple so going to select anonymous access. The name of our Azure function is HttpTriggerJS so you can find a new directory created with that name inside your project. This should contain two files i.e. functions.json and index.js

⚡ A function is a primary concept in Azure Functions. You write code for a function in a language of your choice and save the code and configuration files in the same folder.

🛠 The configuration is named function.json, which contains JSON configuration data. It defines the function bindings and other configuration settings. The runtime uses this file to determine the events to monitor and how to pass data into and return data from function execution. Read more on this file in the official documentation here.

Following is an example function.json file that gets created.


{
	"disabled": false,
	"bindings": [
		{
			"authLevel": "anonymous",
			"type": "httpTrigger",
			"direction": "in",
			"name": "req"
		},
		{
			"type": "http",
			"direction": "out",
			"name": "res"
		}
	]
}

And then, there’s an index.js file which contains a basic code that you can use to test your Azure function. It receives a parameter name and prints it back to you or shows you an error asking for this parameter.

// FILE: index.js
module.exports = function(context, req) {
    context.log('JavaScript HTTP trigger function processed a request.');
    if (req.query.name || (req.body && req.body.name)) {
        context.res = {
            // status: 200, /* Defaults to 200 */
            body: "Hello " + (req.query.name || req.body.name)
        };
    } else {
        context.res = {
            status: 400,
            body: "Please pass a name on the query string or in the request body"
        };
    }
    context.done();
};

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#4: Deploy & Test Your Azure Function#

Now that we have created an Azure function which can be triggered by GET HTTP request, let’s go ahead and deploy it with VSCode and test it with Postman API Explorer.

To deploy the function go-to the Azure Extension explorer present in the activity bar. From there access FUNCTIONS tab and click on the third icon Deploy to Function App.

This will ask you a bunch of questions about what is the name of your app, use anything unique. I used demo-wp-mdb-azure— VSCode then use this to create a resource group, to group together your function-app related resources, it’s storage (used to save the files), and the created Azure function — finally responding us back with a public URL.

I then went ahead to access this URL and it asked for the name param as per the code then when I sent the name param with the Postman app, it responded with Hello Ahmad Awais. 👍

VSCode also asked me to update the function extension app verions to beta, and I chose yes — coz that will help me use Node.js v8 for async/await.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#5: Create package.json and Install mongoose#

Now that our Azure function is up and running. Let’s create a package.json file in the root of our project and install mongoose. We’ll need this to connect and save data to our MongoDB Atlas Cluster.

Mongoose provides a straight-forward, schema-based solution to model your application data. It includes built-in typecasting, validation, query building, business logic hooks and more, out of the box. It’s pretty awesome. 💯

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#6: Add App Setting for MongoDB Connection#

Now we are almost ready to start writing code for our application. But before doing that, we’ll need a connection string to be able to connect to our MongoDB Atlas Cluster (just like we did with MongoDB Compass). This connection string is private and you shouldn’t commit it to the git repo.

💯 This connections string belongs to the local.settings.json file in the project root. Let’s first download the settings, then add MongodbAtlas setting with our connection string (get this string from the MongoDB Atlas dashboard) and upload the app settings.

To do this, go-to the Azure Extension explorer present in the activity bar. From there access FUNCTIONS tab and select your subscription, then your Azure function app, i.e., demo-wp-mdb-azure and then right click Application Settings to select Download remote settings… to download and Upload local settings… to upload the settings after adding the MongodbAtlas connection string to the settings.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#7: Update Node Version of Azure Function#

In the code, I intend to use async/await which are not available on v6.5.0 of Node.js that comes with the default version 1 of Azure functions. In the step #4, VSCode asked me to update to the runtime version of Azure function to beta and I did that. This enables support for latest Node.js versions on Azure functions.

So, let’s just update WEBSITE_NODE_DEFAULT_VERSION app setting in our local settings and update that to the remote settings.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Step#8: Create MongoDB Model/Schema#

Before we save any data to our MongoDB Atlas Cluster, let’s create a modelSale.js file that will contain the model’s schema for what we intend to save in the database. It’s an extremely simple schema implementation, I suggest you read up on what you can do here with mongoose and MongoDB.

This file is pretty much self-explanatory.

// FILE: modeSchema.js
/**
 * Model: Sale
 */
const mongoose = require('mongoose');
mongoose.Promise = global.Promise;
// Sale Schema.
const saleSchema = new mongoose.Schema({
    sale_gross: Number,
    earnings: Number,
    currency: String,
    memberSince: Date,
    customerEmail: String,
    event_time: {
        type: Date,
        default: Date.now
    },
});
// Export the model.
module.exports = mongoose.model('Sale', saleSchema);

Step#9: Code the ⚡Azure Function with Node.js#

Now let’s code our Azure function. I’m adding all the main code lives inside the index.js file for the purpose of this demo. Also going to use the context object as the first parameter, make sure you read about that. Everything else is explained in the code snippet below.

A high-level overview of the code for this article. It does the following:

Everything is pretty much explained with inline documentation.

// FILE: index.js
/**
 * Azure Function: Sale.
 *
 * Gets data from Paddle.com (which in turn gets data
 * from WordPress) and processes the data, creates a
 * finalData object and saves it in MongoDB Atlas.
 *
 * @param context To pass data between function to / from runtime.
 * @param req HTTP Request sent to the Azure function by Paddle.
 */
module.exports = async function(context, req) {
    // Let's call it log.
    const log = context.log;
    // Log the entire request just for the demo.
    log('[RAN] RequestUri=%s', req.originalUrl);
    /**
     * Azure function Response.
     *
     * Processes the `req` request from Paddle.com
     * and saves the data to MongoDB Atlas while
     * responding the `res` response.
     */
    // Database interaction.
    const mongoose = require('mongoose');
    const DATABASE = process.env.MongodbAtlas;
    // Connect to our Database and handle any bad connections
    mongoose.connect(DATABASE);
    mongoose.Promise = global.Promise; // Tell Mongoose to use ES6 promises
    mongoose.connection.on('error', (err) => {
        context.log(`ERROR→ ${err.message}`);
    });
    // Sale Schema.
    require('./modelSale');
    const Sale = mongoose.model('Sale');
    // Create a Response.
    if (req.query.customFieldName) { // Simple authentication for the purpose of demo.
        // Build the data we need.
        const sale_gross = req.query.p_sale_gross || '0';
        const earnings = JSON.parse(req.query.p_earnings)['16413'] || '0'
        const currency = req.query.p_currency || 'USD';
        const memberSince = req.query.memberSince || new Date();
        const customerEmail = req.query.customerEmail || '';
        const event_time = new Date();
        log('[OUTPUT]—— sale_gross: ' + sale_gross);
        log('[OUTPUT]—— earnings: ' + earnings);
        log('[OUTPUT]—— currency: ' + currency);
        const finalData = {
            sale_gross: sale_gross,
            earnings: earnings,
            currency: currency,
            memberSince: memberSince,
            customerEmail: customerEmail,
            event_time: event_time,
        }
        // Save to db.
        const sale = await (new Sale(finalData))
            .save();
        log("[OUTPUT]—— SALE SAVED: ", sale);
        // Respond with 200.
        context.res = {
            status: 200,
            body: "Thank You for the payment! " + (req.query.customFieldName || req.body.customFieldName)
        };
    } else {
        context.res = {
            status: 400,
            body: "Please pass a name on the query string or in the request body"
        };
    }
    // Informs the runtime that your code has finished. You must call context.done, or else the runtime never knows that your function is complete, and the execution will time out.
    // @link: https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-node#contextdone-method
    context.done();
};

Step#10: Re-Deploy The Azure Function#

Now let’s re-deploy the Azure function. For that, go-to the Azure Extension explorer present in the activity bar. From there access FUNCTIONS tab and click on the third Deploy to Function App icon.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions>

Step#11: Test Azure Function via Paddle’s Webhook#

Looks like we’re pretty much done. All that’s left is to test our Azure function by triggering a dummy webhook via Paddle.com. Let’s do that. Also, when things do work, let’s explore how our data looks in the MongoDB Compass.

GIF for MongoDB Atlas, Microsoft Azure, & Serverless Functions

Wow, Humph!!! That was a lot. Glad it worked. 🎉

🤔 So, What Just Happened?!#

Prepare yourself for a mouthful. I created a small part of the Sales module in the custom WordPress Dashboard app that I am building. I used MongoDB Atlas and Compass, then created Microsoft ⚡Azure Function via Function App with VSCode, deployed the app with env secret as application string with the MongoDB connection string, updated the Node.js version and triggered the function via a dummy webhook from Paddle.com (like it will trigger when a sale happens) to send data (from Paddle + WordPress) to our Azure function and from there to MongoDB Atlas. And it worked, haha!

🤖#

Machine Learning & Artificial Intelligence#

Machine learning and artificial intelligence are always a mesmerizing topic in the world of software technology but we don’t talk a lot about that in the context of WordPress or in the WP Community.

I set to change that by adding a few small improvements to a select few WordPress sites for my client and have every intention of exploring the same with this custom WordPress dashboard.

I have discussed this topic before and shared what I am working on, take a look at this small artificial intelligence plugin I am building for WordPress, and integrating it with different Azure Cognitive Services.

I explained this in a video in another post that you can find here: Building A WordPress Artificial Intelligence Plugin →

I’ve accomplished similar results in this dashboard by the wpapi package. First I upload the image to cognitive services and then on a confident response, I send it to WordPress to uploaded via WordPress REST API, with image description that gets generated by Computer Vision AI.

// FILE: image-ai.js
/**
 * Get Image Alt Recognition with Computer Vision
 * using Azure Cognitive Services.
 */
var WPAPI = require('wpapi');
var wp = new WPAPI({
    endpoint: 'http://src.wordpress-develop.dev/wp-json'
});
/**
 * Handle Image Alt Generation.
 */
function processImage() {
    // **********************************************
    // *** Update or verify the following values. ***
    // **********************************************
    // Replace <Subscription Key> with your valid subscription key.
    var subscriptionKey = "<Subscription Key>";
    // You must use the same region in your REST call as you used to get your
    // subscription keys. For example, if you got your subscription keys from
    // westus, replace "westcentralus" in the URI below with "westus".
    //
    // Free trial subscription keys are generated in the westcentralus region.
    // If you use a free trial subscription key, you shouldn't need to change
    // this region.
    var uriBase =
        "https://westcentralus.api.cognitive.microsoft.com/vision/v2.0/analyze";
    // Request parameters.
    var params = {
        "visualFeatures": "Categories,Description,Color",
        "details": "",
        "language": "en",
    };
    // Display the image.
    var sourceImageUrl = document.getElementById("inputImage")
        .value;
    document.querySelector("#sourceImage")
        .src = sourceImageUrl;
    // Make the REST API call.
    $.ajax({
        url: uriBase + "?" + $.param(params),
        // Request headers.
        beforeSend: function(xhrObj) {
            xhrObj.setRequestHeader("Content-Type", "application/json");
            xhrObj.setRequestHeader(
                "Ocp-Apim-Subscription-Key", subscriptionKey);
        },
        type: "POST",
        // Request body.
        data: '{"url": ' + '"' + sourceImageUrl + '"}',
    })
    .done(function(data) {
        // Show formatted JSON on webpage.
        $("#responseTextArea")
            .val(JSON.stringify(data, null, 2));
        // Extract and display the caption and confidence from the first caption in the description object.
        if (data.description && data.description.captions) {
            var caption = data.description.captions[0];
            if (caption.text && caption.confidence >= 0.5) {
                const imgDescription = caption.text;
                // ⬆️ Upload to WordPress.
                wp.media()
                    // Specify a path to the file you want to upload, or a Buffer
                    .file(sourceImageUrl)
                    .create({
                        title: imgDescription,
                        alt_text: imgDescription,
                        caption: imgDescription,
                        description: imgDescription
                    })
                    .then(function(response) {
                        // Your media is now uploaded: let's associate it with a post
                        var newImageId = response.id;
                        return wp.media()
                            .id(newImageId)
                            .update({
                                post: associatedPostId
                            });
                    })
                    .then(function(response) {
                        console.log('Media ID #' + response.id);
                        console.log('is now associated with Post ID #' + response.post);
                    });
            }
        }
    })
    .fail(function(jqXHR, textStatus, errorThrown) {
        // Display error message.
        var errorString = (errorThrown === "") ? "Error. " :
            errorThrown + " (" + jqXHR.status + "): ";
        errorString += (jqXHR.responseText === "") ? "" :
            jQuery.parseJSON(jqXHR.responseText)
            .message;
        alert(errorString);
    });
};

👀 Content Moderation Automation#

One of the ideas we have is to put AI/ML from Azure to use as a content moderation platform which offers a built-in human-in-the-loop + machine learning to help moderate images, text, and videos. It’s a work in progress but it’s something really interesting that you should definitely take a look at.

Content Moderator Block Diagram

🕵 WordPress Grammar (Nazi) Intelligence#

Y’all have a habit of typing the typos over and over again. I do that all the time. The coolest thing ever is when search engines like Bing and Google can spell check and proofread the search query for you.

What if WordPress had that?! — So, I got to work and ended up cooking the same functionality in the WordPress admin area for when you type a typo in your post title or more than one typos for what I care.

WordPress AI Auto title correction proof reading and spell check suggestions

I was so excited that I couldn’t contain myself, so there’s me in the left bottom corner. All happy and surprised! 🙌👐👏👊💪🎶☝😌🎧

🎯#

It’s Your Turn Now!#

I really hope that you enjoyed this potential integration between all these modern JavaScript frameworks, AI/ML products, and serverless functions.

This project is a lot of fun. I think if you give this tech-stack a shot you can have this crazy amount of fun as well. So, leaving it up to you to try MongoDB Atlas, in the context of WordPress — and maybe attach all that to a bunch of serverless functions.

It’d mean a lot to me if you share this post on Twitter →
Also feel free to say 👋 to me there at @MrAhmadAwais.

Peace! ✌

Founder & CEO at Langbase.com · Ex VP DevRel Rapid · Google Developers Advisory Board (gDAB) founding member. 🧑‍💻 AI/ML/DevTools Angel InvestorAI/ML Advisory Board member San Francisco, DevNetwork

🎩 Award-winning Open Source Engineer & Dev Advocate 🦊 Google Developers Expert Web DevRel 🚀 NASA Mars Ingenuity Helicopter mission code contributor 🏆 8th GitHub Stars Award recipient with 3x GitHub Stars Award (Listed as GitHub's #1 JavaScript trending developer).

🌳 Node.js foundation Community Committee Outreach Lead, Member Linux Foundation, OpenAPI Business Governing Board, and DigitalOcean Navigator. 📟 Teaching thousands of developers Node.js CLI Automation (100 videos · 22 Projects) & VSCode.pro course. Over 142 Million views, 22 yrs Blogging, 56K developers learning, 200+ FOSS.

✌️ Author of various open-source dev-tools and software libraries utilized by millions of developers worldwide WordPress Core Developer 📣 TEDx Speaker with 100+ international talks.

As quoted by: Satya Nadella · CEO of Microsoft — Awais is an awesome example for developers.
🙌 Leading developers and publishing technical content for over a decade 💜 Loves his wife (Maedah) ❯ Read more about Ahmad Awais.

👋… Awais is mostly active on Twitter @MrAhmadAwais

📨

Developers Takeaway

Stay ahead in the web dev community with Ahmad's expert insights on open-source, developer relations, dev-tools, and side-hustles. Insider-email-only-content. Don't miss out - subscirbe for a dose of professional advice and a dash of humor. No spam, pinky-promise!

✨ 172,438 Developers Already Subscribed
Comments 17
  • Alen
    Posted on

    Alen Alen

    Reply Author

    just … wow :)


  • Utsav Singh Rathour
    Posted on

    Utsav Singh Rathour Utsav Singh Rathour

    Reply Author

    Thanks for this detailed write-up Ahmad. Looking to build something which I think will be big and this will act as a base for the same and such detail will cut a lot of learning curve for me.


  • Rui
    Posted on

    Rui Rui

    Reply Author

    Very good article and ideas.
    Just 1 questions:
    – What tool do you use to make the gifs? :)
    By the way, you shouldn’t praise NoSQL so much without a proper comparison. You can lead others to make mistakes, because of your influence in the community.


    • Ahmad Awais
      Posted on

      Ahmad Awais Ahmad Awais

      Reply Author

      Very good article and ideas.

      That’s very kind of you to say! 💯

      – What tool do you use to make the gifs? :)

      You can visit, https://AhmadAwais.com/uses to find out what I use. 👍

      By the way, you shouldn’t praise NoSQL so much without a proper comparison. You can lead others to make mistakes, because of your influence in the community.

      I don’t like databases a lot. And NoSQL databases are quite great as you can see in the case above. I have used both SQL and NoSQL in production and both of them have different Pros and Cons. I just enlisted a few pros to showcase why I chose MongoDB Atlas. A proper comparison is up for a new post on another day.

      Peace! ✌️


  • Hasnain Ashfaq
    Posted on

    Hasnain Ashfaq Hasnain Ashfaq

    Reply Author

    What a beautiful piece! I like when people go beyond imaginations using WP. That MongoDB thing is pretty cool. You need to be brave enough to take such steps. I mean I’m sure, 90% of us won’t bother about it to save our asses from a new whole subject to handle :p


    • Ahmad Awais
      Posted on

      Ahmad Awais Ahmad Awais

      Reply Author

      That’s very kind of you to say! 💯
      Actually, when you try out new things, projects often become crazy awesome. I like what I do and I have to do such stuff to keep liking what I do. 😎


  • Ihtisham
    Posted on

    Ihtisham Ihtisham

    Reply Author

    Just amazed to read this article about the power of WordPress, I had no idea WordPress could scale to that point. Kudos!!!


    • Ahmad Awais
      Posted on

      Ahmad Awais Ahmad Awais

      Reply Author

      That’s very kind of you to say! 💯
      WordPress is quite powerful and battle-tested.


  • Sasha-Shae
    Posted on

    Sasha-Shae Sasha-Shae

    Reply Author

    This is pretty awesome!!! WordPress has really come a long way. I’m wondering, do you have any tutorials on creating a WordPress Dashboard similar to what Rainmaker did? Where we can access posts/pages, etc, but essentially the interface is completely different? Would love to see that.


    • Ahmad Awais
      Posted on

      Ahmad Awais Ahmad Awais

      Reply Author

      Glad you liked it! 🙌
      Nah, I don’t have any tutorials for that though I have done it many times. It’s just a guess since I am not a RainMaker user that they have built a SaaS and have modified the actual admin panel instead of building a new one. But I can’t say for sure, I have dug through their code base or even inspected it. You should learn WP REST API and you can do all this by yourself.


  • Adel
    Posted on

    Adel Adel

    Reply Author

    Great article as expected from you.
    I wonder what ML algorithm you have used, and how about updating the training model? did you create a training model each period or you have a live model? like Gmail did.
    Thank You!


    • Ahmad Awais
      Posted on

      Ahmad Awais Ahmad Awais

      Reply Author

      That’s very kind of you to say! 💯
      Ahh, I’ll have to write another article to answer your questions. One is in queue already so maybe wait for it.


  • VimalaAM
    Posted on

    VimalaAM VimalaAM

    Reply Author

    Really awesome plan and implementation. I am in the process of taking this idea, customize it for my need. My need is to build a DevOPS dashboard for my CI-CD tools and pipeline with wordpress.


    • Ahmad Awais
      Posted on

      Ahmad Awais Ahmad Awais

      Reply Author

      Glad you liked it! 💯 It should give you enough kickstart to do well on your project.


  • Maham Batool
    Posted on

    Maham Batool Maham Batool

    Reply Author

    This was a good read! 👀🎯👌