October 2021 Mixed Topic - Council - Edmonton Insight Community
This was one single topic among many, from the October 2021 Mixed Topic survey. To view the survey questions, click the following link:
https://www.edmontoninsightcommunity.ca/c/a/5e52IRnoo3D7jBzeVK2PxU?t=1
Open from October 27 - November 3, 2021.
At the time the survey was launched survey invitations were sent to 13,747 Insight Community Members. 3590 members completed the survey which represents a completion rate of 26.11%. A total of 3832 respondents completed the survey: 3590 Insight Community Members, 12 from the call to action button on our webpage, and 230 using the anonymous link on Edmonton.ca/Surveys which will have no demographic info.
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 \"edmonton-ca/october-2021-mixed-topic-council-edmonton-insight-iqit-dahn\".\"october_2021_mixed_topic_council_edmonton_insight\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.