Reporting Framework
The Reporting Framework is an infrastructure to make database data available in searchable indexes for efficient slicing and dicing of data and real-time monitoring with visualization and reports. The framework utilizes open-source components to achieve this data pipeline and visualization capabilities.
Postgres WAL contains events on the database, specifically, changes to any table fields. These events are read by Debezium and pushed to Kafka Topics. Using a connector the fields are further pushed into OpenSearch indexes. These indexes may be searched by APIs or consumed by OpenSearch Dashboards for visualization.
The salient features of the framework are the following:
Features | Benefits |
---|---|
Searchable indexes in OpenSearch |
|
OpenSearch Dashboards |
|
Authentication and authorisation using Keycloak |
|
PII data not available for search* |
|
* As a highly recommended practice PII data is not shunted to the search indexes, however, the framework does not impose any restriction as such.
Installation
Prerequisites
Installation
Clone the https://github.com/openg2p/openg2p-reporting repository, and navigate to scripts folder.
Run:
Post-installation
Import Sample Dashboards from the dashboards folder into OpenSearch Dashboards through UI.
Last updated