Heroku Thinks Sharing Data is Important

Last week,  Heroku announced a new feature to its PostgreSQL database service.  The new feature is called Data Clip, and it allows users to share results of an SQL query.  It has options to store the exact data from when the query was originally run or the query can be refreshed to return the current data.  I can definitely see this being useful for debugging of code and troubleshooting, which may have been Heroku’s original intent.

I can also see the Data Clip being very useful for data science and quick sharing of relevant data. I doubt the Data clip can handle huge result sets, but huge data is not always necessary. Sometimes, being able to quickly share data results is just as important. Plus the Data Clip allows the results to be downloaded into Excel, csv, json, or yaml formats. Therefore the data can be easily manipulated from there.

See an example in action.


Originally Posted

in

,

by

Last Modified:

Comments

Leave a Reply

Discover more from Ryan Swanstrom

Subscribe now to keep reading and get access to the full archive.

Continue reading