Whyte Ave Programmable Space - Edmonton Insight Community
This was one single topic among many as part of the May Mixed Topic survey. Test link to view these questions: https://www.edmontoninsightcommunity.ca/R.aspx?a=310&t=1. Open from May 11 - 19, 2015. At the time the survey was launched survey invitations were sent to 2,709 Insight Community Members. 1115 members completed the survey which represents a completion rate of 41%. A total of 1210 respondents completed the survey: 1115 Insight Community Members and 95 using the anonymous link 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/whyte-ave-programmable-space-edmonton-insight-5si4-xd9p\".\"whyte_ave_programmable_space_edmonton_insight\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.