com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Presenting Data
Introduction
In previous tutorials, you created Siddhi applications to analyze data using the Siddhi logic. In this tutorial, let's look at how you can present this data in a visual manner.
At the end of this tutorial, you will be able to:
Create your own widget to represent data stored in an RDBMS table
Create a dashboard to render a widget
Secure your dashboard with required permission
Before you begin:
This tutorial is a continuation of Integrating Datastores. You need to complete it before you try this tutorial.
Download the
com.mysql.jdbc.Driverand save it in the<SP_HOME>/libdirectory.
Tutorial steps
Let's get started!