HSA8E - Facility Improvements at Maple Street site
Facility Improvements at Maple Street site. HSA8E Measure K Performance.
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 \"datahub-smcgov/hsa8e-facility-improvements-at-maple-street-site-4sk9-7zdp\".\"hsa8e_facility_improvements_at_maple_street_site\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.