Create a Cumul.io API Plugin with Air Quality Data
Alright, so as I am in the process of learning about Cumul.io myself, what better way to learn about plugins than building one. So, in this post I’ll walk through how I built a plugin with an open API. I’ll go up to how I integrated it in a...
Multi-Tenancy on Cumul.io Dashboard with Auth0
In a previous blog post we had walked through a number of ways to handle multi-tenancy in Cumul.io. Now in this tutorial we will walk through how to configure your Cumul.io dashboard with multi-tenancy based on user information on login, which we manage with Auth0. Before we dive into...
How to handle multi-tenancy in Cumul.io
What is multi-tenancy? And how to integrate dashboards into a multi-tenant platform? This guide will show you how to do it within Cumul.io....
How to integrate dashboards in your application securely
When you’re building a SaaS company, there are a couple of technologies you just can’t do without. We call them ‘building blocks’: key components that you can integrate into your own platform, so you don’t need to waste time building it yourself. For example, SaaS companies all over the...
Tutorial: Creating a mini app with a dashboard integration
In this post, we'll walk you through every step of the process to integrate a dashboard in your website, app or platform. In that way, you can offer integrated analytics to your customers!...
Plugin Tutorial #1: building a plugin
In this post, you'll get familiar with the concept of a plugin. Afterwards, we'll take you through all of the steps to write a basic plugin yourself....