ISD Windows 2003 Server Upgrades
Status of ISD's Windows 2003 Server ugrades for FY2016/17 performance reporting
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-smcgov/isd-windows-2003-server-upgrades-rc5t-3nna\".\"isd_windows_2003_server_upgrades\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.