Building - Customer Service Surveys
Data received from customers, applicants, contractors, etc. regarding the quality of customer service received during their permitting process.
This data is updated on a monthly basis.
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 \"corstat-coronaca-gov/building-customer-service-surveys-cn5w-sm8e\".\"building_customer_service_surveys\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.