Redash
https://redash.io/help/open-source/dev-guide
Last updated
Was this helpful?
https://redash.io/help/open-source/dev-guide
Last updated
Was this helpful?
The application is a forked and upgraded version based on the Redash framework. It's built using Python (3) and Javascript / Typescript. To fully run our application, you will also need PostgreSQL (version 9.6 or newer) and Redis (version 3 or newer). While it’s not needed in production, for development you will need a recent version of Node.js (latest LTS version is recommended).
On the backend, we use Flask, RQ and SQLALchemy (along with many other packages) and on the frontend we use ES6, React and Webpack for bundling.
Please note that the links below will take you to Redash's resources, which are applicable for our application as well.
(recommended for beginners)
(recommended for experienced developers)