Completion of Policies and Programs Implementing the Housing Element and North Fair Oaks Community
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/completion-of-policies-and-programs-implementing-d2vv-25gf\".\"completion_of_policies_and_programs_implementing\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.