5 ms·
That looks great! I very much prefer the canonical SQL for querying data in a visual way, rather than a "generic" custom querying language. Does it send the que
by dulvac 11y ago
That looks great! I very much prefer the canonical SQL for querying data in a visual way, rather than a "generic" custom querying language. Does it send the query directly to the db? Is there any transformation? Does it mean it only works with sql databases?
- darkxanthos 11y agoYeah it's basically just a web based SQL front end. It also integrates with Google accounts very well which was a big plus for us.
- arikfr 11y agoYes, Redash sends the query as is to the database. It currently supports PostgreSQL (& Redshift), MySQL, BigQuery, MongoDB, Graphite and Python scripts. Also someone currently working on ElasticSearch support. The MonogDB & Graphite support is crude, but exists. I'm the project maintainer, feel free to ask if you have any questions.