Open repository in Console
Readme
Updated almost 3 years ago
‧ Indexed 11 months ago
LinkNYC Usage Statistics (Historical Data)
LinkNYC is replacing the City’s outdated public telephones with a network of kiosks that provide free high-speed Wi-Fi, nationwide calling, a dedicated 911 button, charging ports for mobile devices, and access to selected websites. This dataset contains data on how the LinkNYC kiosks are being used, including numbers of users, number of Wi-Fi sessions, amount of data transmitted, and other information.
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 \"cityofnewyork-us/linknyc-usage-statistics-historical-data-69wu-b929\".\"linknyc_usage_statistics_historical_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata