CBRfree Wi-Fi Monthly Reports
iiNet provides Digital Canberra with CBRfree Wi-Fi monthly client usage and client traffic data in order to monitor the network's performance.
Please note data from the following timeframes are not available:
January 2015
December 2016,
January 2017, and
December 2021 (other than data between 6/12/21 - 19/12/21).
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/cbrfree-wifi-monthly-reports-sptb-jhn6\".\"cbrfree_wifi_monthly_reports\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.