Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CrateDB] Add support for data acquisition and data export #148

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    c13babb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be8ea0 View commit details
    Browse the repository at this point in the history
  3. [CrateDB] Improve standard SQL statement for Grafana instant dashboards

    Apply time bucketing over interval obtained from Grafana's date range
    picker.
    
    Emulate `GROUP BY DATE_BIN()` by using Grafana's `$__timeGroupAlias`
    macro for casting `$__interval` values, until CrateDB's `DATE_BIN()`
    function understands Grafana's native interval values.
    amotl committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3853f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20418da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb5d55f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f17d194 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6d66d5 View commit details
    Browse the repository at this point in the history