EBRP Library WiFi Usage Stats
This dataset provides the monthly WiFi usage statistics since 2023 for all public libraries in East Baton Rouge Parish. The WiFi usage statistics are organized by branch, year, and month. Only connections made by patrons to the public-facing networks are included in these metrics, not staff connections made to the internal networks. WiFi use on the Outreach Bookmobiles is also not included in this count.
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 \"brla-gov/ebrp-library-wifi-usage-stats-mtjw-7y57\".\"ebrp_library_wifi_usage_stats\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.