We use redash. This allows forking of queries, charting, and some light dashboarding. Also it supports full text searching of queries and descriptions. It's also stand alone and easy to launch on ec2. https://github.com/EverythingMe/redash
Slinky – An easy way to query your PostgreSQL data
21–25 of 25 posts
Re: Slinky – An easy way to query your PostgreSQL data
#22Re: Slinky – An easy way to query your PostgreSQL data
#23We use redash. This allows forking of queries, charting, and some light dashboarding. Also it supports full text searching of queries and descriptions. It's also stand alone and easy to launch on ec2. https://github.com/EverythingMe/redash
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?
Re: Slinky – An easy way to query your PostgreSQL data
#24Re: Slinky – An easy way to query your PostgreSQL data
#25We use redash. This allows forking of queries, charting, and some light dashboarding. Also it supports full text searching of queries and descriptions. It's also stand alone and easy to launch on ec2. https://github.com/EverythingMe/redash
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?
The MonogDB & Graphite support is crude, but exists.
I'm the project maintainer, feel free to ask if you have any questions.