Develop and adopt expenditure and program plan that includes quality improvement for participating districts - Measure A
Develop and adopt expenditure and program plan that includes quality improvements for participating districts - Measure A
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/develop-and-adopt-expenditure-and-program-plan-4czv-qej2\".\"develop_and_adopt_expenditure_and_program_plan\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.