Access to public assets on data.ct.gov
This dataset provides information about access to public assets on the CT Open Data Portal by day. Types of access include:
-Grid view
-Primer page view
-Download
-API read
-Story page view
-Visualization page view
It includes assets that meet the following criteria:
-Published on the data.ct.gov domain
-Public
-Official (ie published by a registered user)
-Not a derived view
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 \"ct-gov/access-to-public-assets-on-datactgov-vuew-f23a\".\"access_to_public_assets_on_datactgov\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.