COVID-19 Contact Tracing: COVID Alert CT Summary by Week - ARCHIVE
Note: This dataset has been archived and is no longer being updated.
COVID Alert CT is Connecticut's voluntary, anonymous, exposure-notification smartphone app. If downloaded, the app will alert users if they have come into close contact with somebody who tests positive for COVID-19.
This dataset includes the cumulative and weekly activations for COVID Alert CT for iOS and Android smartphones.
The location of app users is not tracked--the app uses Bluetooth technology to detect when another person with the same app comes within 6 feet. The phones exchange a secure code with the each other to record that they were near. The number of codes issued and claimed is also included in this dataset.
Data presented are based on a weekly reporting period (Sunday - Saturday). All data are preliminary and are subject to change.
Additional information on COVID-19 Contact Tracing can be found here: https://portal.ct.gov/coronavirus/covidalertCT/homepage
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/covid19-contact-tracing-covid-alert-ct-summary-by-c4dk-8f27\".\"covid19_contact_tracing_covid_alert_ct_summary_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.