Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
CAF Disbursements and Locations Data
This dataset provides information at the Study Area Code (SAC) level about dollar amounts paid to carriers that participate in Connect America Fund (CAF) programs, the number of locations these carriers have deployed with CAF support and their total deployment obligations by location 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 \"datahub-usac/caf-disbursements-and-locations-data-hghw-69cg\".\"caf_disbursements_and_locations_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata