OHSH Dashboard Data 09.2024
This dataset contains outcome data aggregated by month from the Office of Homelessness and Supportive Housing. Many of the rows will show "0" due to changes in how data is collected and presented over time. Note: The first month that data on the Downtown Street Outreach program will be available is October 2024.
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 \"internal-chattadata/ohsh-dashboard-data-092024-cwzf-g7xm\".\"ohsh_dashboard_data_092024\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.