FY23-24 Year End Data Excel for Number of Elder Abuse Cases Referred to the DAO
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/fy2324-year-end-data-excel-for-number-of-elder-j2x5-x85i\".\"fy2324_year_end_data_excel_for_number_of_elder\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.