Rain, hail, and snow data on amount of precipitation, time of reading, location, and more in Colorado from 1999 to 2015 provided by the Community Collaborative Rain, Hail and Snow Network (CoCoRaHS).
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"colorado-gov/rain-hail-and-snow-in-colorado-2015-mqid-8hv2\".\"rain_hail_and_snow_in_colorado_2015\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.