Metabase

The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: (by metabase)

Metabase Alternatives

Similar projects and alternatives to Metabase

  • appsmith

    6 Metabase VS appsmith

    Platform to build admin panels, internal tools, and dashboards. Integrates with 15+ databases and any API.

  • superset

    7 Metabase VS superset

    Apache Superset is a Data Visualization and Data Exploration Platform

  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

  • PostHog

    7 Metabase VS PostHog

    🦔 PostHog provides open-source product analytics, session recording, feature flagging and a/b testing that you can self-host.

  • Apache Superset

    Apache Superset is a Data Visualization and Data Exploration Platform [Moved to: https://github.com/apache/superset]

  • lightdash

    - Metabase VS lightdash

    Open source BI for teams that move fast ⚡️

  • Grafana

    4 Metabase VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  • Elasticsearch

    Free and Open, Distributed, RESTful Search Engine

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • Twenty

    6 Metabase VS Twenty

    Building a modern alternative to Salesforce.

  • sourcegraph

    Code AI platform with Code Search & Cody

  • Redash

    - Metabase VS Redash

    Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

  • Directus

    4 Metabase VS Directus

    The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

  • zotero

    4 Metabase VS zotero

    Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources.

  • Matomo

    Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!

  • n8n

    3 Metabase VS n8n

    Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

  • Mattermost

    3 Metabase VS Mattermost

    Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..

  • Gravitational Teleport

    The easiest, most secure way to access infrastructure.

  • cli

    Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data) (by ipinfo)

  • studio

    3 Metabase VS studio

    Robotics visualization and debugging (by foxglove)

  • Lean and Mean Docker containers

    Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

  • PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Metabase alternative or higher similarity.

Metabase reviews and mentions

Posts with mentions or reviews of Metabase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-10.
  • My mental model of Clojure transducers
    2 projects | news.ycombinator.com | 10 Sep 2023
    It seems folks want a working example. Here's one in prod:

    Metabase is a BI tool, backend written mostly in Clojure. Like basically all BI tools they have this intermediate representation language thing so you write the same thing in "MBQL (metabase query language)" and it theoretically becomes same query in like, Postgres and Mongo and whatever. End user does not usually write MBQL, it's a service for the frontend querybuilding UI thing and lots of other frontend UI stuff mainly in usage.

    Whole processing from MBQL -> your SQL or whatever is done via a buncha big-ass transducers. Metabase is not materially faster than other BI tools (because all the other BI tools do something vaguely similar in their langs) but it's pretty comparable speed and the whole thing was materially written by like 5 peeps

    https://github.com/metabase/metabase/blob/master/src/metabas...

    (nb: I used to work for Metabase but currently do not. but open core is open core)

  • Upgrade your Metabase installation immediately
    4 projects | news.ycombinator.com | 21 Jul 2023
    They backported it to v0.45x and those changes don't seem to be included: https://github.com/metabase/metabase/compare/v0.45.4...v0.45...

    aka, It isn't checked in to source control publicly yet. Interesting.

    I tried to "decompile" the jars and loop over the files but it didn't yield much/wasn't clean enough to be of help.

    4 projects | news.ycombinator.com | 21 Jul 2023
    They haven't released the source, and the compiled versions are non-trivial to diff (e.g. there are nondeterministic numbers from the clojure compiler that seem to have changed from one to the other, and .clj files have been removed from the jar).

    The old version has `hash=1bb88f5`, which is a public commit: https://github.com/metabase/metabase/commit/1bb88f5

    4 projects | news.ycombinator.com | 21 Jul 2023
  • Launch HN: Twenty.com (YC S23) – open-source CRM
    15 projects | news.ycombinator.com | 19 Jul 2023
    We are unsure about the right license to use, so this is a great feedback. We had a MIT license one week ago that we know that we cannot hold on long term and we felt we were lying to the community by keeping an MIT license and changing it in one year.

    By using AGPL, we feel it's the right level of restriction. It's the license used by Metabase for example (https://github.com/metabase/metabase) that many companies use internally.

  • Ask HN: Open-Source Self-Hosted No-Code Platforms?
    3 projects | news.ycombinator.com | 13 May 2023
    The solution really depends on what sort of problems you are trying to solve and who your customers are.

    There are a fair few low-code solutions out there for reporting and data visualisation that are great for finance and marketing teams for example. e.g. https://metabase.com/ , https://evidence.dev/

    For multipurpose SMB workflows and organisational processes, I have used n8n in the recent past and found it was quite good and incredibly easy to maintain. https://n8n.io/engineering-resources/

    For enterprise processes I'd go with Camunda (solely based on recommendations and not first hand experience). Although only parts of their platform are OSS https://github.com/camunda

    Bear in mind that some of these are not suitable if you want to build something that competes with them while taking their OSS code. But are perfectly fine otherwise.

  • 916 days of Emacs
    7 projects | /r/emacs | 13 Apr 2023
    Anyway, I have a collection of scripts that merge ActivityWatch data from all my machines and WakaTime exports to a PostgreSQL database which I then query with a project called Metabase. If you're curious, the scripts are in a repository called sqrt-data. I've been playing with this for ~4-5 years already I think.
  • Ask HN: Who is hiring? (April 2023)
    16 projects | news.ycombinator.com | 3 Apr 2023
    Metabase | https://metabase.com | REMOTE | Full-time | Backend, Frontend, Full Stack, and DevOps engineers

    Metabase is open source analytics software that lets anyone in your company rummage around in the databases you have. It connects to a number of databases / data warehouses (BigQuery, Redshift, Snowflake, Postgres, MySQL, etc).

  • Clojure Turns 15 panel discussion video
    24 projects | news.ycombinator.com | 13 Feb 2023
  • Metabase VS Rath - a user suggested alternative
    2 projects | 12 Jan 2023
  • A note from our sponsor - SonarQube
    www.sonarqube.org | 22 Sep 2023
    Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →

Stats

Basic Metabase repo stats
64
34,105
9.9
1 day ago

metabase/metabase is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

Metabase is marked as "self-hosted". This means that it can be used as a standalone application on its own.

The primary programming language of Metabase is Clojure.

Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
www.sonarqube.org