2004-2018 Video Services Franchise Revenue History
Video service providers (cable) are required to compensate municipalities for the use of public rights-of-way. This compensation is used by the City of Bloomington for a number of communications and information technology projects. This data reflects the payments of wireline video service providers in the City of Bloomington.
Attached is an Excel report using this dataset.
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 \"bloomington-in-gov/20042018-video-services-franchise-revenue-history-u2xf-32ib\".\"20042018_video_services_franchise_revenue_history\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.