cdc-gov/beam-dashboard-serotypes-of-concern-burden-and-8na9-qgz7
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 11 months ago

BEAM Dashboard - Serotypes of concern: Burden and Trajectory

The BEAM (Bacteria, Enterics, Amoeba, and Mycotics) Dashboard is an interactive tool to access and visualize data from the System for Enteric Disease Response, Investigation, and Coordination (SEDRIC). The BEAM Dashboard provides timely data on pathogen trends and serotype details to inform work to prevent illnesses from food and animal 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 \"cdc-gov/beam-dashboard-serotypes-of-concern-burden-and-8na9-qgz7\".\"beam_dashboard_serotypes_of_concern_burden_and\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • beam_dashboard_serotypes_of_concern_burden_and
     
     
     
     
     
Upstream Metadata