From bbedd7bff46285302107f9e0bb3e893da9dd4a82 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 30 Mar 2022 15:01:26 +0200 Subject: [PATCH] :alien: add metabase tool to database tools --- tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.md b/tools.md index 229d40e..ecce2f2 100644 --- a/tools.md +++ b/tools.md @@ -35,6 +35,7 @@ * Consider SQL (but [don't use `select *`](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/)) * Be aware of [feature casualties of large databases](https://web.dev/streams/) * [Data Science - Hierarchy of Needs](https://hackernoon.com/the-ai-hierarchy-of-needs-18f111fcc007) + * [Metabase](https://www.metabase.com/) * **Security** * Audit [security](https://hangar.tech/posts/our-dsq/) * Understand [SSH tunnels](https://robotmoon.com/ssh-tunnels/)