From 474cdac53059c24a15f17eee0cc719297093b011 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 21 Dec 2024 02:56:52 +0100 Subject: [PATCH 1/2] add metabase to clojure projects Metabase is a business intelligence platform for visualising and analysing data. [good first issues](https://github.com/metabase/metabase/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 45e39ddf..f0211921 100644 --- a/data.json +++ b/data.json @@ -175,6 +175,15 @@ ], "description": "A music programming language for musicians. 🎶" }, + { + "name": "Metabase", + "link": "https://github.com/metabase/metabase", + "label": "good first issue", + "technologies": [ + "Clojure" + ], + "description": "Open source business intelligence and analytics platform" + }, { "name": "dart.dev", "link": "https://github.com/dart-lang/site-www", From 6c9d0a0a27761fe5c1a5ee74237dd0ddf76fef96 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Wed, 1 Jan 2025 15:16:58 +0100 Subject: [PATCH 2/2] add typescript to technologies for metabase Co-authored-by: Sammy Hori --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index f0211921..bcdc0729 100644 --- a/data.json +++ b/data.json @@ -180,7 +180,8 @@ "link": "https://github.com/metabase/metabase", "label": "good first issue", "technologies": [ - "Clojure" + "Clojure", + "TypeScript" ], "description": "Open source business intelligence and analytics platform" },