Hey everyone! My name is Zack and I'm writing an ebook on how to code your own website analytics software so you don't have to pay for Google Analytics, Kissmetrics, etc. Whether you're a solo hacker or a dev at a startup, I think owning every part of your site's analytics has some value:
Upon completion, you should have a fully-fledged analytics database, dashboard, and functions to use in the sites you want to monitor.
The languages used are JavaScript and SQL. For libraries/frameworks, I am using
I am open to adding other languages/frameworks if there is enough interest.
For deployment/database, the book will cover how to set it up in AWS.
Please let me know if you have any suggestions or questions! I'm trying to hold myself accountable to finishing the book by end of next week.
You can follow the progress of the book here: https://leanpub.com/build-site-analytics-with-node
Thanks!
Zack
I would almost certainly buy this. What price are you hoping for?
Thanks colaba! I'll send you a free copy once it's complete to hear your thoughts if that's cool with you.
I want it to be affordable, so $20 maybe? I'd love to hear if you think that is reasonable
Cool, would be happy to pass on my thoughts - let me know when it’s ready. 20$ Will be a no brainier for most.
I would read it for sure, thanks man.
Thanks jlambert! I'll send you a free copy once it's complete if that's cool with you
very cool
I was trying to look for something similar yesterday but couldn't find a good resource. Sounds promising good luck.
This comment was deleted 7 years ago
hey webapppro, great question. The book will cover how to implement both the server-side component of grabbing the data from the requests and the client-side code where you would you capture that data. Hope that answers your question!