Each year the city of Austin administers a community survey to assess satisfaction with the delivery of the major City Services and to help determine priorities for the community as part of the City's ongoing planning process. To find out more information about the Community Survey and to view the Survey Instruments, please refer to the attachments. The data set for the Community Survey captures data from 2015 through 2019.
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-austintexas-gov/community-survey-s2py-ceb7\".\"community_survey\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.