I use Ahoy too, but I don't have very good visibility into the data. I should spend more time building queries and creating charts. I should probably set up blazer as well: https://github.com/ankane/blazer. - Source: Hacker News / 9 months ago
The Blazer gem provides a nice way to analyze the results easily. It is simple to install and allows SQL queries to run against tables. The query here shows that the candidate implementation is significantly faster than the original. - Source: dev.to / 10 months ago
There is nothing wrong with it. In Ruby on Rails, for example, you can use a gem for such a case https://github.com/ankane/blazer. - Source: Reddit / about 1 year ago
I did server-side tracking test in a rails app, where I implemented a tracking gem called ahoy and blazer for visualization. It is very easy to set up, but a bit hard to use. Blazer can do a very basic visualization of the data if you know your SQL queries. - Source: dev.to / over 1 year ago
Ahoy, ahoy_email and blazer for business intelligence. - Source: dev.to / over 1 year ago
Blazer is my go-to for this kind of thing: https://github.com/ankane/blazer Pretty easy to set up and share queries, dashboards, whatever. - Source: Hacker News / over 1 year ago
Seems nice. And, if you are in the Ruby (on Rails) ecosystem, I can highly recommend Blazer https://github.com/ankane/blazer. - Source: Hacker News / almost 2 years ago
Ahoy is used to track visits to your site and specific user events that you define. Blazer allows you to easily query and view the metrics data. In fact, blazer can be used to query any data in your database, and it has some nice built-in visualization capabilities for metrics as well. - Source: dev.to / about 2 years ago
Do you know an article comparing Blazer to other products?
Suggest a link to a post with product alternatives.