promql-parser VS grizzly

Compare promql-parser vs grizzly and see what are their differences.

grizzly

A utility for managing Jsonnet dashboards against the Grafana API (by grafana)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
promql-parser grizzly
2 2
47 440
- 5.0%
4.8 9.1
5 days ago 7 days ago
Rust Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

promql-parser

Posts with mentions or reviews of promql-parser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • What is prometheus promql parser?
    4 projects | /r/PrometheusMonitoring | 30 Jun 2023
    As for promql-parser, this is written in Rust and is designed to be highly-compatible as Prometheus's PromQL Parser, it covers most (99%+) of the test cases from Prometheus parser module. PromQL is just a query language to retrieve data from Prometheus and Prometheus-compatible time-series database, and you can draw your dashboards using the data. Also, you can use SQL to do the same thing in order to draw panels using your data. You can visit Grafana datasources to see how Grafana manages different datasources.
  • A Deep Dive into PromQL — Promql Parser v0.1.0 Written in Rust is Now Available
    4 projects | /r/rust | 23 Feb 2023
    All the code is now open sourced on GitHub, find it here.

grizzly

Posts with mentions or reviews of grizzly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • What is prometheus promql parser?
    4 projects | /r/PrometheusMonitoring | 30 Jun 2023
    In my opinion, this hugely depends on your Dashboard solution, not just PromQL Parser. If you choose Grafana as your dashboarding tool, and using Prometheus-compatible time-series database or servece to retrive data, PromQL Parser can only help you with expression linting, formatting and validation, and nothing else. The parser itself can't help you to get the detail of your data, thus has no ability to lint, or inspect. Also Grafana is on its way to supply the Dashboard as Code ability, like https://github.com/grafana/grafonnet, https://github.com/grafana/grizzly, and maybe you will have to spend much time on the ability of linting or formatting dashboard code, rendering dashboard, etc.
  • [Grafana 8] How to backup changes to git like in the "Dashboards as code, simplified" demonstration.
    1 project | /r/grafana | 6 Jul 2021
    The demo we did was a proof of concept. However, Grizzly also uses the Live feature to write files to local disk. The demo went a step further than this by pushing the changes direct to GitHub. Right now, the simplest approach to make this would be to use Grizzly's listen feature, and then build your own tool to listen for local file system changes and push them to GitHub.

What are some alternatives?

When comparing promql-parser and grizzly you can also consider the following projects:

grafonnet - Jsonnet library for generating Grafana dashboards.

grmtools - Rust grammar tool libraries and binaries

prometheus-parser-rs - a Rust library for parsing and validating Prometheus query expressions

prometheus - The Prometheus monitoring system and time series database.