Potholes Total Number Repaired 2014 Q4 Data-2
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 \"performance-seattle-gov/potholes-total-number-repaired-2014-q4-data2-5vy6-rsms\".\"potholes_total_number_repaired_2014_q4_data2\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.