COVID-19 Contact Tracing: Attempted and Successful Interviews by Week - ARCHIVE
Note: This dataset has been archived and is no longer being updated.
Contact tracing is the process of contacting all people who have tested positive for COVID-19 or have had contact with someone who tested positive. The software for contact tracing in Connecticut is called ContaCT. ContaCT is used for monitoring the health and wellbeing of people affected by COVID-19 and assists in facilitating timely and accurate contact tracing.
This dataset includes the number of attempted and successful contact tracing interviews in the ContaCT system by week. This includes interviews for cases (those who have tested positive for COVID-19) and contacts (those who have been exposed to someone with COVID-19).
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/ContaCT
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-attempted-and-successful-2yp7-5vqj\".\"covid19_contact_tracing_attempted_and_successful\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.