examples VS metriql

Compare examples vs metriql and see what are their differences.

examples

Example apps and instrumentation for Honeycomb (by honeycombio)

metriql

The metrics layer for your data. Join us at https://metriql.com/slack (by metriql)
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
examples metriql
16 7
64 284
- 0.0%
2.6 1.9
4 months ago about 1 year ago
Ruby Kotlin
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.

examples

Posts with mentions or reviews of examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Honeycomb
  • Tracing: Structured Logging, but better in every way
    9 projects | news.ycombinator.com | 20 Sep 2023
    I haven't used anything else, but I'll gladly shill for https://honeycomb.io.
  • Keeping up with my cat's 💩 using a RaspberryPi
    2 projects | dev.to | 23 May 2023
    With all of this in place I went a step further and added Opentelemetry to track the stats of how often the routine was being triggered on Honeycomb.
  • Anyone having say 1PB of MySQL data? What efficient storage solution are you using.
    1 project | /r/mysql | 9 May 2023
    Events can be used in many meaningful ways. The Event subsystem of B is pretty much a co-evolution of what honeycomb.io offers, but implemented completely differently - it is on bare-metal, and hence a lot cheaper. Because of that, B never subsampled, but always kept a full low of all events anywhere, no exceptions.
  • “People used to take me seriously. Then I became a software vendor“
    1 project | news.ycombinator.com | 29 Mar 2023
    It should be noted that this is a very oblique ad for http://honeycomb.io. That in no way impugns the content of the post, and in fact, it's given the content of the post that I feel compelled to point out that, ultimately, this is an ad. Because what is sales and advertising, anyway? It's just a way to get you to buy a product, and you can't do that if you've never even heard about the product. I'm not currently in the market for an observability solution (something something splunk) but if I were, I've now heard of them.

    The question though, is why does money ruin everything? The naive questions of an open source zealot to a proprietary software salesperson are one thing, but since we all need money to live, why does money being part of the equation (eg if someone was getting paid to post here) ruin things? Would a "donate to open source" button be more successful if the donate text is "buy me a coffee", "buy me a beer", or "upgrade my beer from Coors light"?

    https://xkcd.com/2347/ was and is true, and if we don't figure out a way to change that, I don't really see a future for open source.

  • Does anyone else use scatterplots of events?
    1 project | /r/sre | 8 Mar 2023
    Very cool to see honeycomb.io is doing that. I'm about to embark on my distributed tracing learning journey, this makes me want to try honeycomb right away.
  • Is there a beginners guide to adding observability to your applications?
    4 projects | /r/sre | 6 Mar 2023
    Caveat: I work for a vendor in the O11y space (https://honeycomb.io) as a Developer Advocate, however, this advice is generic, not specific to our platform.
  • KubeCon North America 2022: A Retrospective
    8 projects | dev.to | 9 Nov 2022
    I spent Day 2 at the Colony Club to attend OTel Unplugged. This event was sponsored by Lightstep, Honeycomb, New Relic, Splunk, Dynatrace, Crowdstrike, and NGINX. I came into the event not knowing what to expect. I can sometimes clamp up when I’m around folks that I don’t know, but because I was helping with the event check-in, I got to say hello to a number of the attendees, which helped break the ice. And it turns out that there were a lot of names that I recognized from my work in the OTel community, and it was nice to connect in person with folks whom I’d only previously met through Slack or Zoom.
  • The four pillars of data observability: metrics, metadata, lineage, and logs
    1 project | news.ycombinator.com | 14 Aug 2022
  • Honeycomb, Python, and I: an OpenTelemetry Horror Story (With a Happy Ending)
    3 projects | dev.to | 18 Apr 2022
    It's no surprise that my apps are mostly written using Sanic as I'm pretty involved with the project. I've been wanting to start testing honeycomb out as well, so it seemed the perfect opportunity to try out.

metriql

Posts with mentions or reviews of metriql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-05.
  • Getting started with a metrics store
    2 projects | dev.to | 5 Mar 2023
    Some of the companies that operate in space are Cube Dev; Transform(currently acquired by dbt); metriql. See more companies at https://www.moderndatastack.xyz/companies/metrics-store.
  • Launch HN: Hydra (YC W22) – Query Any Database via Postgres
    4 projects | news.ycombinator.com | 23 Feb 2022
    Presto is pretty successful but its focus is to be distributed query engine, not a proxy layer for the existing query engines. We use Trino ( formerly Presto) as our query layer and do something similar to Hydra at Metriql [1] with a fairly different use-case. Data people provide a semantic layer with the mecrics and expose them to 18+ downstream tools.

    [1]: https://metriql.com

  • How do you separate ML from analytics in your data pipeline?
    1 project | /r/dataengineering | 16 Feb 2022
    This is why metrics store tooling have started appearing recently (e.g. TransformData, SuperGrain, Metriql, dbt Metrics) - to solve the problem of this table / metric disorganization across an org's data landscape.
  • Open source Business intelligence platform made with Python
    7 projects | news.ycombinator.com | 28 Nov 2021
    We're using Superset to enable our analysts to explore our clients' SEM/SEO/analytics data. It also posts alerts to Slack when, say, the daily session count of a website isn't what was expected given the historical data.

    Yeah, it's a little rough to get going, but once it is, we've found it to be a really powerful (and actively developed!) BI tool. It's even better with dbt + MetriQL [0], which can automatically sync Superset's dataset metadata directly with properties you set up in dbt.

    Adding custom visualizations is much harder than it should be, but they're very much aware of that, and working to address it. Their Slack community is super-helpful, too.

    [0]: https://metriql.com

  • Show HN: Low-Code Metrics Store
    2 projects | news.ycombinator.com | 8 Sep 2021
    As a current Looker power-user, this looks really solid.

    One thing I’m not sure about though: can you use the metrics outside of the native tool, and if so how?

    That is, I see Looker as a BI tool, not a metrics layer, since you mainly use the metrics you define inside Looker, not in other tools. On the other hand, something like MetriQL[0] is a pure metrics layer that can supposedly be used anywhere.

    Is this both? If so, some better documentation around how to use the metrics layer would be helpful (or maybe I just didn’t look in the right place).

    [0] https://metriql.com/

  • Notes on the Perfidy of Dashboards
    2 projects | news.ycombinator.com | 27 Aug 2021
    3. Define metrics in one place on top of your data models and expose the metrics to all the data tools. (This layer is new, and we're tapping it at https://metriql.com)
  • Launch HN: Evidence (YC S21) – Web framework for data analysts
    4 projects | news.ycombinator.com | 25 Aug 2021
    We use BSL license and metriql is free with a single database target. If you want to connect multiple dbt projects in a single deployment, you need to go through the sales cycle.

    We work with ETL vendors that use metriql to make revenue with our BI tool integrations so we picked BSL license to be able to structure our business model in a way that you should be required to pay only if you're reselling metriql to your customers.

    You can find the license here: https://github.com/metriql/metriql

What are some alternatives?

When comparing examples and metriql you can also consider the following projects:

otel-cli - OpenTelemetry command-line tool for sending events from shell scripts & similar environments

cube.js - 📊 Cube — The Semantic Layer for Building Data Applications

nx-go - 🍈 Nx plugin to use Go in a Nx Workspace

evidence - Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown

nxpansion

steampipe - Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.

keptn - Cloud-native application life-cycle orchestration. Keptn automates your SLO-driven multi-stage delivery and operations & remediation of your applications.

mlcraft - Synmetrix – open source semantic layer / Boost your LLM precision

hyperdx - Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.

csv-metabase-driver - A CSV metabase driver

sig-release - Repo for SIG release

Multicorn - Data Access Library