Canberra Centenary Events 2013
A dataset of Centenary Events in the ACT for 2013. This dataset has been released for the GovHack event.
This dataset will not be regularly updated, if you require information about Canberra Centenary events in 2013, please refer to the 'Canberra 100' Website (http://www.canberra100.com.au/calendar/).
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 \"data-act-gov-au/canberra-centenary-events-2013-5way-g26f\".\"canberra_centenary_events_2013\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.