How to consume PostgreSQL Extensible data with Quix
The PostgreSQL Extensible Telegraf plugin gathers customizable metrics from PostgreSQL, allowing for user-defined SQL queries to collect specialized database performance metrics
Quix is the Python stream processor, and it serves the following purposes:
- Ingest messages from PostgreSQL Extensible
- Process received messages
- Send transformed data to destination systems (via Quix integrations) so it can be operationalized
- Use data received from PostgreSQL Extensible to power real-time capabilities
Integration with PostgreSQL Extensible is achieved via Telegraf using the Quix Telegraf output plugin. This plugin allows Telegraf to collect data from PostgreSQL Extensible and forward it to Quix for real-time processing, analysis, and integration with downstream systems.