Web Analytics
Daily snapshot of the web and API usage of the Open Data portal. Updated weekly based on the internal analytics of the Tyler Data and Insights platform. Value column represents number of accesses for each asset in the day period.
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 \"winnipeg-ca/web-analytics-k87h-wzbk\".\"web_analytics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.