I have my entire PM site managed on GitHub in a private repo. My current files are an embarrassing mis-mosh of bash grep/awk/sed/gnuplot along with some python for advanced regex. It's slow and tightly coupled to my own needs.
I'm currently working on a plan to parse/dump all of the tourney/hand files into a database so that:
- my queries run faster
- I can generate a lot more stats
- I can make everything public
... but life gets in the way.
More recently, I added stack size plots auto generated after every tournament:
View attachment 638131