This project demonstrates a simple ETL (Extract, Transform, Load) pipeline built using Python. The pipeline extracts data from a public API, transforms the JSON data into a structured format, and ...
query-exporter is a Prometheus exporter which allows collecting metrics from database queries, at specified time intervals. It uses SQLAlchemy to connect to different database engines, including ...