Sandy DOT Master Data
This is a report for all the relevant columns of DOT - The Amount Allocated, Obligated and Paid broken down by federal agency, program, site, rouite, location, county, and municipality. It also includes Description of repair being done.
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 \"nj-gov/sandy-dot-master-data-5ray-pv63\".\"sandy_dot_master_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.