September 2022 Mixed Topic - Public Engagement with the City of Edmonton - Edmonton Insight Community
This was one single topic among many, from the September 2022 Mixed Topic survey. To view the survey questions, click the following link:
https://www.edmontoninsightcommunity.ca/c/a/65Yw1OJLb8oIyoXc1l87ne?t=1
Open from September 13-20, 2022.
At the time the survey was launched survey invitations were sent to 15,729 Insight Community Members. 3.536 members completed the survey which represents a completion rate of 22.48%. A total of 3,551 respondents completed the survey: 3,536 Insight Community Members, 5 from the call to action button on our webpage, 8 from the City of Edmonton's social media channels (Facebook, Twitter, Instagram) and 5 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/september-2022-mixed-topic-public-engagement-with-hmjd-c6j9\".\"september_2022_mixed_topic_public_engagement_with\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.