pi-hole/api

Long Term Data - Query Log

AzureMarker opened this issue · 2 comments

Add a way to query long term data for stats. See the PHP API for how it handles this: https://github.com/pi-hole/AdminLTE/blob/master/api_db.php

It would be good to implement the long term data query log inside of the normal query log. The query log would paginate until it reaches the end of the in-memory queries, then it will continue by using the queries stored in the database. See #33 and pi-hole/web#57

Reproducing the "Graphics" and "Top Lists" long term data features of the PHP web interface will be moved to a new issue. This issue now represents just the long term data query log, which has been completed.