Bookable Banner Poles
The dataset contains all the banner pole locations in the City of Melbourne. Banner poles can be booked to promote events throughout the city. Further information can be found in the link below.
https://www.melbourne.vic.gov.au/business/grow-business/promote-business/banners-advertising/pages/banner-program.aspx
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/bookable-banner-poles-cm7k-9aj4\".\"bookable_banner_poles\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.