High Speed Internet Access
This Indicator measures the percent of individuals living in housing units without access to high speed Internet, defined as broadband Internet service such as cable, fiber optic, or DSL service.
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 \"oaklandca-gov/high-speed-internet-access-uwet-u5j2\".\"high_speed_internet_access\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.