Earlier quoted context omitted.
I've used it before, it's great to start, but here's what happened to me: 1. Connected it to my production postgres (which was fine when I didn't have many users) 2. Spun up a replica postgres on GCP to connect it to instead 3. I wanted Stripe and CRM data in the reports, but I can't sync those to the replica and I didn't want to load them to prod 4. Signed up for Snowflake ($$$) and set up Fivetran ($$$) to sync all…
> Set up Metabase instead but... I've been trying to retire metabase but our non technical people love it too much. everyone from marketing to finance has dashboards and alerts and reports.
Blazer: Business intelligence made simple
21–30 of 39 posts
Re: Blazer: Business intelligence made simple
#22blazer rules, been using it since day one of our startup. it's great for situations where someone on the team needs a graph or CSV download of what's in the database. saves so much time and effort compared to writing code to do the same work. we have written over 100 different queries and dashboards in blazer and use it daily. ankane is a true wizard; dude has written so many other fabulous tools like searchkick & ch…
Re: Blazer: Business intelligence made simple
#23I’ve created a feature where you can share CSVs from a clip and import the data into Google sheets. There is a PR for this on the repo.
I’ve also created cron job monitoring with it. You can read up about that here: https://abuisman.com/posts/developer-tools/cron-monitoring-w...
Andrew Kane’s gems are a gold mine. Ahoy is another great one and he also created pgvector. Humbling amount of work.
Re: Blazer: Business intelligence made simple
#24Re: Blazer: Business intelligence made simple
#25Re: Blazer: Business intelligence made simple
#26It's open-source Heroku Dataclips (one of my favorite products ever)! I haven't used Blazer, but I have followed and love the idea behind this project. If folks have used it here, I'd love to hear from them.
After some research on available alternatives that don't break the bank, we decided to deploy a self-hosted instance of Metabase[0]. This took only a few minutes to set up using their Docker image[1] and it has much better graphing capabilities and you can easily put a custom layout together for dashboards. Upgrading is similarly easy (just redeploy). Also easy to configure: additional data sources, hiding or changing the data type of a column, G Suite sign-in for our domain. It has 'models' as sources of truth to build other queries in - eg a single definition of an 'active user'.
In short, moving from Blazer to Metabase was a huge win for us. Highly recommend it if you need anything more than Blazer's table output.
[0]: https://github.com/metabase/metabase [1]: https://docs.render.com/deploy-metabase
Re: Blazer: Business intelligence made simple
#27The only downside is that, by virtue of its simplicity, it's not well-suited to fine-grained access controls or other similar compliance concerns. In fact, those concerns have fomented maybe three serious attempts at my job to remove Blazer and replace it with $BI_TOOL_DU_JOUR. Each time, these massively-funded vendor tools just abjectly failed to do what Blazer does, and each have been phased out. Blazer is undefeated :)
When I start a company, Blazer will be one of the first bits of infrastructure I stand up.
Re: Blazer: Business intelligence made simple
#28I love blazer. At our scaleup “making a blazer” has become a phrase among the non technical colleagues. I’ve created a feature where you can share CSVs from a clip and import the data into Google sheets. There is a PR for this on the repo. I’ve also created cron job monitoring with it. You can read up about that here: https://abuisman.com/posts/developer-tools/cron-monitoring-w... Andrew Kane’s gems are a gold mine.…
Re: Blazer: Business intelligence made simple
#29Earlier quoted context omitted.
I've used it before, it's great to start, but here's what happened to me: 1. Connected it to my production postgres (which was fine when I didn't have many users) 2. Spun up a replica postgres on GCP to connect it to instead 3. I wanted Stripe and CRM data in the reports, but I can't sync those to the replica and I didn't want to load them to prod 4. Signed up for Snowflake ($$$) and set up Fivetran ($$$) to sync all…
How are those 500+ data source connectors are implemented? Do you use 3rd party APIs? Im always curious about that.
Re: Blazer: Business intelligence made simple
#30Blazer is amazing software. Simple, robust, useful , and non-technical people can easily get the data they need, by themselves. Blazer Checks are a whole added dimension! The only downside is that, by virtue of its simplicity, it's not well-suited to fine-grained access controls or other similar compliance concerns. In fact, those concerns have fomented maybe three serious attempts at my job to remove Blazer and repl…
anyway, same as you said, blazer was in constant threat of being "phased out". It's a hollow wish by the powers that be. blazer is too useful.