1830P Availability Of Key IT Infrastructure
"Availability of Key IT Infrastructure (i.e., Datacenter, Wide Area Network, Radio Backbone, and Phoen PBX)"
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/1830p-availability-of-key-it-infrastructure-hhwz-73gy\".\"1830p_availability_of_key_it_infrastructure\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.