ARCHIVED - Live Well San Diego Data Dictionary
For current version, see:
https://data.sandiegocounty.gov/Live-Well-San-Diego/Live-Well-San-Diego-Data-Dictionary/37vr-nftn/about_data
This is the Data Dictionary for the Live Well San Diego Database. Each variable is defined, given pertinent notes, and sourced.
Prepared by: County of San Diego, Health & Human Services Agency, Public Health Services Division, Community Health Statistics Unit.
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 \"internal-sandiegocounty-data-socrata/archived-live-well-san-diego-data-dictionary-remr-mk73\".\"archived_live_well_san_diego_data_dictionary\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.