Water Main Breaks in the City of Los Angeles Each Month
Number of recorded water leaks by months in the City of Los Angeles
Querying over HTTP
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 \"lacity/water-main-breaks-in-the-city-of-los-angeles-each-jz5f-87wj\".\"water_main_breaks_in_the_city_of_los_angeles_each\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.