LAcity.org Website Traffic - Page Views
Top 25 Daily Page Views for the main website of Los Angeles
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 \"lacity/lacityorg-website-traffic-page-views-ni7t-83qi\".\"lacityorg_website_traffic_page_views\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.