Live data from Hacker News

Slinky – An easy way to query your PostgreSQL data

slinkydb.com

1–10 of 25 posts

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

#6
This looks pretty awesome! It is also worth mentioning Django SQL Explorer (https://github.com/epantry/django-sql-explorer), which has all of the presented features, as well as handy schema definition by the side. It also allows for parameters in the queries, which is very useful (e.g. leaving the timeframe customisable before running a query). With Django 1.8 now being easier to install/deploy to wherever, this is a great plugin to allow more people data access!

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

#7
We use blazer[1] which is open source and lets you share queries just like this video demonstrates. It also has other nice features like composing results into charts and allowing interpolated values for generating queries with variable inputs. The demo[2] has examples for the features I mentioned.

1: https://github.com/ankane/blazer

2: https://blazerme.herokuapp.com/

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

#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.

Post reply on HN