2007 - 2013 Homeless Count Sheltered And Unsheltered
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/2007-2013-homeless-count-sheltered-and-unsheltered-ffsp-7unw\".\"2007_2013_homeless_count_sheltered_and_unsheltered\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.