CincyInsights Website Analytics
Data Description: This data set provides all usage information for all web pages on the City of Cincinnati's interactive dashboard portal, CincyInsights.
Data Creation: This data set is maintained by the City of Cincinnati's Open Data host, Socrata.
Data Created By: Socrata
Refresh Frequency: Daily
Data Dictionary: A data dictionary providing definitions of columns and attributes is available as an attachment to this data set.
Processing: The City of Cincinnati is committed to providing the most granular and accurate data possible. In that pursuit the Office of Performance and Data Analytics facilitates standard processing to most raw data prior to publication. Processing includes but is not limited: address verification, geocoding, decoding attributes, and addition of administrative areas (i.e. Census, neighborhoods, police districts, etc.).
Data Usage: For directions on downloading and using open data please visit our How-to Guide: https://data.cincinnati-oh.gov/dataset/Open-Data-How-To-Guide/gdr9-g3ad
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 \"cincinnati-oh-gov/cincyinsights-website-analytics-rcr9-82q7\".\"cincyinsights_website_analytics\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.