From 474cdac53059c24a15f17eee0cc719297093b011 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 21 Dec 2024 02:56:52 +0100 Subject: [PATCH] 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 45e39dd..f021192 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",