Compare commits

..

4 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
82dc6badc9 Update README.md 2025-01-02 11:40:07 +00:00
Sammy Hori
0e0a03fa19 Merge pull request #1539 from Roshanjossey/patch-4
add metabase to clojure projects
2025-01-02 11:39:56 +00:00
Roshan Jossy
6c9d0a0a27 add typescript to technologies for metabase
Co-authored-by: Sammy Hori <git@sammyhori.com>
2025-01-01 15:16:58 +01:00
Roshan Jossy
474cdac530 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)
2024-12-21 02:56:52 +01:00
2 changed files with 12 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ If you would like to be guided through how to contribute to a repository on GitH
## Clojure
- [Alda](https://github.com/alda-lang/alda) _(label: low-hanging-fruit)_ <br> A music programming language for musicians. 🎶
- [Metabase](https://github.com/metabase/metabase) _(label: good first issue)_ <br> Open source business intelligence and analytics platform
## Dart
@@ -366,6 +367,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [LinksHub](https://github.com/rupali-codes/LinksHub) _(label: good first issue)_ <br> LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work.
- [LitmusChaos](https://github.com/litmuschaos/litmus) _(label: good first issue)_ <br> Litmus is a toolset to do cloud-native chaos engineering.
- [Manifest](https://github.com/mnfst/manifest) _(label: good first issue)_ <br> Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly.
- [Metabase](https://github.com/metabase/metabase) _(label: good first issue)_ <br> Open source business intelligence and analytics platform
- [Node Efficientnet](https://github.com/ntedgi/node-efficientnet) _(label: good first issue)_ <br> EfficientNet Image Recognition model for Node JS ( written with tensorflow.js ).
- [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_ <br> OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.
- [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_ <br> Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege.

View File

@@ -175,6 +175,16 @@
],
"description": "A music programming language for musicians. 🎶"
},
{
"name": "Metabase",
"link": "https://github.com/metabase/metabase",
"label": "good first issue",
"technologies": [
"Clojure",
"TypeScript"
],
"description": "Open source business intelligence and analytics platform"
},
{
"name": "dart.dev",
"link": "https://github.com/dart-lang/site-www",