# presto-plugin-querylog **Repository Path**: mirrors_InterestingLab/presto-plugin-querylog ## Basic Information - **Project Name**: presto-plugin-querylog - **Description**: a presto plugin to put query stats to kafka - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README Presto QueryLogger Plugin is aim to logging all queries to kafka in realtime for later analysis or accounting. ## Requirements * Kafka 0.9+ ## Installation This Plugin is only needed to be installed in Presto Coordinator. Coordinator should be restarted after installed. ## TODO * mvn package assembly * Kafka client jar compitablility for presto kafka connector.