Angular Dashboard Tutorial With Cube.js

Almost any website has some embedded analytics. You can find usage charts for every public GitHub repository or any social network today. Cube.js is designed to help developers build such analytical applications. It solves a plethora of different problems every production-ready analytic application needs to solve: analytic SQL generation, query results caching and execution orchestration, data pre-aggregation, security, and API for query results fetch.

We recently covered how to build an analytic dashboard with Cube.js and React, but what about Angular? Starting with version 0.8.4, the Cube.js Client ships with an Angular module for easy integration. Today, I will show you how to build an analytical dashboard using AngularCube.js, and ng2-charts.