COM - Digital Certainty Index Single Page Report
The DCI score for the top ten visited webpages on www.piercecountywa.gov as well as a few select pages including the Council, Executive, Budget, and Communication Department webpages.
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 \"internal-open-piercecountywa-gov/com-digital-certainty-index-single-page-report-f5v5-xrng\".\"com_digital_certainty_index_single_page_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.