Hacker News new | ask | show | jobs
by HermanMartinus 462 days ago
Neat project! I’ve seen a few analytics tools starting to use SQLite over Clickhouse. It’s great for small to medium sized projects, and can potentially scale (but I haven’t tested it over 200k hits per month).

I rolled out a similar project a few months ago using Django + SQLite.

https://github.com/HermanMartinus/bearlytics

1 comments

Wow. It looks like the two of us were responding to the same underlying needs. Great to see your project.