I started noticing more and more open source projects in Redash’s ecosystem. I think it will be great to create a page that lists them all.

If you created such a project or just know of one, please share it here.
When sharing, you’re welcome to explain how you use the project as well.

Thanks :slight_smile:

2 Likes

Here’s a few I found on GitHub:

1 Like

Nice initiative @arikfr

We are using redash to analyse ethereum transactions.
Link to website: https://www.analyseether.com/
Link to repo: https://github.com/analyseether/redash-3

We wanted to make a data-analyics platform where any user can come and analyse blockchain transactions and redash was the most elegant solution available. :slight_smile:

An SDK for the programmatic management of Redash. The main component of the SDK is a client , which is a go wrapper of Redash’s REST API.

How we use it: We needed a way to programmatically control our self-hosted Redash instance from our backend services - we developed a custom dashboard screen in our product and Redash solved many issues for us, so we decided to use it as both the backend and the Data Analyst query development IDE.

1 Like