BusinessEvents Views gathers and compute metric data from destination and events to display them on dashboard.
Gather data
To gather the data, you create destinations and events to receive relevant data and make it available within TIBCO BusinessEvents.
Compute and store data
You create a specialized entity type called a metric to perform calculations on the data and store it in the cache or JDBC backing store (depending on configuration). You create rules to calculate and update the metric data, when triggered by the arrival of relevant events.
Make data available to the dashboard
When metric data is updated, a query that you write retrieves data and makes it available for display in charts on the dashboard. From the point of view of Dashboard, this query is the source of data that flows through the dashboard charts, so it is known as the
Data Source.