DoIT - Availability of Server/Storage Platform
Dataset describing the monthly average of availability of the four data server/storage components (windows servers, Linux servers, VMware, Storage).
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 \"citydata-mesaaz-gov/doit-availability-of-serverstorage-platform-sgad-pr92\".\"doit_availability_of_serverstorage_platform\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.