3227 P Adult Services New Measures_MidYear_1.26.15
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-smcgov/3227-p-adult-services-new-measuresmidyear12615-ivtv-dgtn\".\"3227_p_adult_services_new_measuresmidyear12615\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.