TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Slinky – An easy way to query your PostgreSQL data

33 pointsby econtiabout 10 years ago

14 comments

darkxanthosabout 10 years ago
We use redash. This allows forking of queries, charting, and some light dashboarding. Also it supports full text searching of queries and descriptions. It&#x27;s also stand alone and easy to launch on ec2.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;EverythingMe&#x2F;redash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;EverythingMe&#x2F;redash</a>
评论 #9511972 未加载
评论 #9511897 未加载
评论 #9511668 未加载
shmoopabout 10 years ago
The video on the landing page does not play.<p>&#x27;Video format or MIME type is not supported&#x27; on firefox 37.0.2 win 7 x64
评论 #9510811 未加载
评论 #9511222 未加载
anc84about 10 years ago
I don&#x27;t get it. What makes this better than simply giving out read-only users and using a local GUI like pgadmin?
评论 #9510928 未加载
kot-behemothabout 10 years ago
This looks pretty awesome! It is also worth mentioning Django SQL Explorer (<a href="https:&#x2F;&#x2F;github.com&#x2F;epantry&#x2F;django-sql-explorer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;epantry&#x2F;django-sql-explorer</a>), 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&#x2F;deploy to wherever, this is a great plugin to allow more people data access!
mrmondoabout 10 years ago
Without clicking play on the video I don&#x27;t find it clear what this actually does &#x2F; is?
deweyabout 10 years ago
I thought that&#x27;d be an abstraction layer so people who are not that familiar with SQL but need some basic information can easily get it but this doesn&#x27;t seem any different than just giving someone access to a view with a regular GUI client or <a href="http:&#x2F;&#x2F;pgcli.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pgcli.com&#x2F;</a>.
jbackusabout 10 years ago
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.<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;ankane&#x2F;blazer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ankane&#x2F;blazer</a><p>2: <a href="https:&#x2F;&#x2F;blazerme.herokuapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blazerme.herokuapp.com&#x2F;</a>
thomasfromcdnjsabout 10 years ago
Seems like a pretty dull service at face value. But actually works really well for my co-founder and I. Good work! Sorry for the bitter sweetness =D
robbiepabout 10 years ago
It would be nice to understand a bit more about how it works before you have to sign up, however looks useful
BjoernKWabout 10 years ago
ZenQuery does something quite similar but for a variety of RDBMS: <a href="http:&#x2F;&#x2F;www.zenqry.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.zenqry.com&#x2F;</a><p>It&#x27;s not limited to Heroku but can be used with any database connection URL. In fact, ZenQuery was modelled after Heroku Dataclips.<p>(sorry for the plug)
afiedlerabout 10 years ago
How did you guys drop down to a read-only connection on Heroku Postgres? We directly connect DB clients like PGAdmin to a reporting DB on Heroku, but Heroku only seems to support credentials with full access. I don&#x27;t want an analyst to &quot;DROP TABLES&quot; by mistake.
tomweingartenabout 10 years ago
I can&#x27;t see the video, and without that the landing page doesn&#x27;t tell me anything. How is this different from periscope.io?
_callccabout 10 years ago
Just use pgadmin, ipython+pandas, or pgweb.
gumballheadabout 10 years ago
Sounds a lot like heroku data clips?