SaaSHub helps you find the best software and product alternatives Learn more β
Metabase Alternatives
Similar projects and alternatives to Metabase
-
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.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
n8n
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
-
cli
Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data) (by ipinfo)
-
zotero
Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources.
-
appsmith
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
-
Directus
The flexible backend for all your projects π° Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Matomo
Empowering People Ethically with the leading open source 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. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
-
Mattermost
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
-
-
Zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
-
PostHog
π¦ PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
-
-
-
Gravitational Teleport
The easiest, and most secure way to access and protect all of your infrastructure.
-
evidence
Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
-
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Metabase discussion
Metabase reviews and mentions
-
Lessons Learned #1: One line of code can make your application vulnerable (Pre-Auth RCE in Metabase CVE-2023β38646)
Metabase is a popular open-source business intelligence tool. A vulnerability was discovered around July 2023 and assigned CVE-2023β38646 (you can find the full write-up here) which had a devastating impact of pre-auth RCE (Remote code execution) which means an unauthenticated user with network access to any instance of the web application could run code on the servers the application is running on. So Letβs discover what went wrong!
-
Ask HN: Who is hiring? (September 2024)
Metabase | https://metabase.com | REMOTE | Full-time | Backend Engineers, Frontend Engineers, and Engineering Managers
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).
People rather like the product (https://metabase.com/love). We're a remote team full of people who care about user experience, making complicated things as simple as possible and building things. We have a deeply pragmatic engineering culture and value building things that people actually use vs whatever closes a deal or makes for a good press release.
Tech stack: Clojure, Typescript, React, Redux, AWS https://github.com/metabase/metabase
Please apply here https://www.metabase.com/jobs and then email me at vamsi@metabase, I'll find your application internally and review it
-
Tools for Starting a Business or Testing an Idea: A Beginner's Guide
Reporting - Metabase A free, open-source business intelligence tool that helps you create custom reports and dashboards to track your business metrics and make data-driven decisions.
-
The 50 best open-source alternatives to popular SaaS software
GitHub: Metabase GitHub Repository
-
HackTheBox - Writeup Analytics
Remote Code Execution via H2
-
Blazer: Business Intelligence Made Simple
We've used it for about a year - Blazer is okay if you need a quick SQL query console, but we found it lacking as an actual business intelligence tool. The support for graphs and dashboards is limited, for graphs it requires you to structure the query in an exact way as you can see in the Blazer readme.
After some research on available alternatives that don't break the bank, we decided to deploy a self-hosted instance of Metabase[0]. This took only a few minutes to set up using their Docker image[1] and it has much better graphing capabilities and you can easily put a custom layout together for dashboards. Upgrading is similarly easy (just redeploy). Also easy to configure: data sources, hiding or changing the data type of a column, G Suite sign-in for our domain. Highly recommend it if you need anything more than Blazer's table output.
[0]: https://github.com/metabase/metabase
-
Is Tableau Dead?
I've never used Tableau, but heard a lot of hate about it. However, in my previous role, we were big fans of Metabase (https://metabase.com). You can also self-host it, which was a huge win for us.
-
My mental model of Clojure transducers
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
-
Upgrade your Metabase installation immediately
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
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Sep 2024
Stats
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.