cityofchicago/performance-metrics-innovation-technology-city-icwn-eia9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 12 years ago
Indexed 2 hours ago

Performance Metrics - Innovation & Technology - City Website Availability

The City's Internet site allows residents to access City services online, learn more about the City of Chicago, and find other pertinent information. The percentage of the City’s Internet website uptime, the amount of time the site was available, and the target uptime for each week are available by mousing over columns. The target availability for this site is 99.5%.

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 \"cityofchicago/performance-metrics-innovation-technology-city-icwn-eia9\".\"performance_metrics_innovation_technology_city\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • performance_metrics_innovation_technology_city
     
     
     
     
     
Upstream Metadata