Live data from Hacker News

Slinky – An easy way to query your PostgreSQL data

slinkydb.com

11–20 of 25 posts

Re: Slinky – An easy way to query your PostgreSQL data

#12
post #11

I don't get it. What makes this better than simply giving out read-only users and using a local GUI like pgadmin?

I have the exact same feeling and question. The copy "Get data yourself. No need to bug engineers anymore." confuses me further. Surely someone who can write SQL queries can setup PgCommander or something similar?

Re: Slinky – An easy way to query your PostgreSQL data

#18
post #9
post #5

The video on the landing page does not play. 'Video format or MIME type is not supported' on firefox 37.0.2 win 7 x64

I experienced the same problem here (37.0.2, Linux). I also think a few screenshots would be nice; I rarely click on a video when commuting, especially if I don't have my earphones. With that said I think this is a fantastic product idea.

Strange, I have the same Firefox on a Ubuntu 12.04 and the video plays. Did they fix it in the last 3 hours or did I install some uncommon codec?

This is the direct URL to the video https://d3j28ekqdam5rw.cloudfront.net/assets/slinky_demo-4c0...

Re: Slinky – An easy way to query your PostgreSQL data

#19

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

This looks great! I have a number of adhoc queries I keep kicking around. Some of which them are timeseries based and I've taken the time to pump those into graphite, but others are just interesting to see in their own right sometimes.

Thanks for sharing.

Re: Slinky – An easy way to query your PostgreSQL data

#20

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

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?
Post reply on HN