Automate Everything - Automate NSQ Statistic reporting with Haskell
Several months ago, I was given a task to make a report which consist statistic of several NSQ topics. This job is not really hard, we just need to check NSQ statistic every hour and write it down into shared excel file. After several times checking manually, I thought that I can automate it easily. So, I made a script to automate most of if using Go. You can find my code right here. The code is just work, I haven't check it again after I made it, so forgive me if it looks bad.