Long-Term statistics for Pi-hole

I absolutely agree, I personal like the slim GUI/dashboard, it should not be overloaded with "gimmickry".[quote="DL6ER, post:1, topic:1914"]
I'm currently thinking about storing a "snapshot" of the statistics at the time the Pi-hole log is flushed, i.e. we keep

over time graph data of each day (graph is kept forever in the same resolution as shown on the dashboard)
Top Domains, Top Advertisers, Top Clients, Forwards Directions, and Query Types data

What we will not keep: Individual Query data (that consumes way too much space on the arbitrary setup).(Does it make sense to look what you have browsed last Christmas between 09:00:00 and 09:09:59 ?)
[/quote]
I would appreciate the possibility to write all the data into a database e.g. MySQL or postgreSQL. So everyone could decide by them self how long and which data you keep. Space wouldn't be an issue because you could store the data on a different server. It could be interesting to analyse the data over a long period of time. Creating a (interactive) graph would be pretty easy with the tools I have mentioned in the other thread.

EDIT: A database solution would solve all requests, like that, for a more sophisticated graph.