Rails DB
Blazer
Rails DB | Blazer | |
---|---|---|
1 | 17 | |
1,463 | 4,607 | |
0.3% | 0.3% | |
5.4 | 7.3 | |
16 days ago | about 1 month ago | |
JavaScript | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Rails DB
-
Rails for Everything
I agree this is something missing. I wish the framework had it. I bookmarked this to try out soon: https://github.com/igorkasyanchuk/rails_db
I know there are a few other projects like this which I’ve seen over the years, but I’ve yet to truly investigate any.
Blazer
- Blazer: Business Intelligence Made Simple
-
Is Tableau Dead?
I try to avoid these tools wherever possible, given the choice I'd always go for tools like Blazer.
https://github.com/ankane/blazer
No such luck in my current role, Looker and PowerBI are both in use by different bits of the org and nobody has the ability to delve into the underlying figures.
-
BI vs custom queries in app
As u/jaxn said you could use Blazer for this kind of thing. I would also look into materialized views or custom tables and a scheduled job that calculates the metrics they care about. That will take you a long way. Eventually you can use something like Metabase but I would put that off for as long as possible as it's really expensive and pretty involved.
-
Evidence – Business Intelligence as Code
And it's Open Source: https://github.com/evidence-dev/evidence
I'd also highly recommend Blazer https://github.com/ankane/blazer if you are into the Ruby on Rails world. It's super solid, and it's been an indispensable tool integrated to all my projects.
-
Italian watchdog bans use of Google Analytics
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
-
My project: railstart app
blazer
- dashboard framework
-
Using Scientist to Refactor Critical Ruby on Rails Code
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.
- A Ruby-Powered Business Intelligence Tool
- Out of the Box CRUD Management Framework
What are some alternatives?
Upsert - Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
PgHero - A performance dashboard for Postgres
BatchLoader - :zap: Powerful tool for avoiding N+1 DB or HTTP queries
SecondBase - Seamless second database integration for Rails.
Seed dump - Rails 4/5 task to dump your data to db/seeds.rb
Redis Dashboard - Sinatra app to monitor Redis servers.
Lol DBA - lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
SchemaPlus - SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
Seedbank - Seedbank gives your seed data a little structure. Create seeds for each environment, share seeds between environments and specify dependencies to load your seeds in order. All nicely integrated with simple rake tasks.
Foreigner - Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb