2015 Find It, Fix It Total Reports by Category
2015 Find It, Fix It reports of potholes, pay station graffiti, sign graffiti from Aug-Nov.
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/2015-find-it-fix-it-total-reports-by-category-bcb7-v7x5\".\"2015_find_it_fix_it_total_reports_by_category\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.