blazer
blazer copied to clipboard
Business intelligence made simple
We are looking at replacing, amongst other things, Heroku dataclips with Blazer. The thing that we use a lot with dataclips is the sharing feature: it allows a developer to...
Blazer queries cannot handle cyrillic strings in clauses. Steps to reproduce: try to select anything from any table `WHERE text_field LIKE "%любойтекст%"` or `WHERE text_field = 'текст'` and the error...
## Why Because when building monitoring dashboards it makes sense to have the data be refreshed automatically after some period of time. ## What Allow dashboards/queries to be configured with...
I'm sorry if this is not a bug but I couldn't find the corresponding section in the docs. **ruby 2.7.6 rails 6.0.4.7** I created a new table with a single...
I am getting the following error: ``` could not determine data type of parameter $1 ``` with Postgres and variables in sub-selects using 2.6.4 (master@d1f61c4) ``` SELECT word, nentry AS...
I'd like to propose an annotations mechanism which allows overlaying data on top of the line charts with a temporal axis. The main use case is to keep a log...
Hey @ankane, first I would like to thank you for creating this amazing piece of software. Secondly, I ask you to consider this PR, as it would allow one to...
Use [chart-js annotations](https://github.com/chartjs/chartjs-plugin-annotation) to overlay data on multiple time graphs at the same time. This allows to quickly correlate events (both points in time and time ranges) with multiple graphs....
[ClickHouse](https://clickhouse.com/) adapter implementation (resolves https://github.com/ankane/blazer/issues/378). Requires `click_house` Ruby driver to interact with clickhouse-server via HTTP interface. Adapter methods: - run_statement - tables - schema - preview_statement - explain Readme instructions...
We use checks to send out information to users that don't have access to blazer itself. I have overridden the email template to our liking removing the hard coded limits,...