Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 6 hours ago
Cafes and restaurants, with seating capacity
Data collected as part of the City of Melbourne's Census of Land Use and Employment (CLUE). The data covers the period 2002-2021. It show business establishments with their business address, industry (ANZSIC4) classification, number of dining seats (classified by indoor/outdoor), location and CLUE block and small area designation.
For more information about CLUE see http://www.melbourne.vic.gov.au/clue
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/cafes-and-restaurants-with-seating-capacity-xt2y-tnn9\".\"cafes_and_restaurants_with_seating_capacity\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata