Spirit of East Austin – “I Commit To…” Statements from Event Participants
Spirit of East Austin participants were asked to write down a commitment to stay engaged in this initiative.
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 \"datahub-austintexas-gov/spirit-of-east-austin-i-commit-to-statements-from-9fd5-w7gd\".\"spirit_of_east_austin_i_commit_to_statements_from\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.