Skip to content
Snippets Groups Projects
Maaz Ahmed's avatar
221b1eef
Name Last commit Last update
src
tests
.gitignore
Cargo.lock
Cargo.toml
README.md

mquery (placeholder name)

A Rust library for handling PROMQL (and possibly MetricsQL) queries.

Roadmap

  • Basic raw queries (Instant and Ranged)
  • Query Builder
    • Basic queries
    • Operators
    • Functions
  • Compile time syntax checking
  • Deserialize to custom data types
  • Encapsulated raw queries with methods for constructing interpolated versions