Number of Ports Upgraded to 10GB
Number of ports upgraded to 10 gigabyte capacity on the County's data network.
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 \"performance-smcgov/number-of-ports-upgraded-to-10gb-huqq-xztq\".\"number_of_ports_upgraded_to_10gb\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.