Event permits 2014-2018 including film shoots, photo shoots, weddings, Christmas parties, promotions, fun runs and public events.
This dataset contains all permits types issued from the event booking system which consists of Weddings, Promotions, Filming and Event permits. The data can be used to determine the types of events taking place at various locations throughout the city, as well as assess the level of disruption caused by events that take place on roads.
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 \"melbourne-vic-gov-au/event-permits-20142018-including-film-shoots-photo-sex6-6426\".\"event_permits_20142018_including_film_shoots_photo\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.