Korean War Veterans by State, FY 2020 (VetPop Model 2018)
Korean War Veterans by State, FY 2020. Dataset created from an Esri shapefile. Source: VetPop 2018 Model (for the Korean War veteran counts), and an Esri feature class of state polygons. This data set supports the Korean War data story at: https://www.datahub.va.gov/stories/s/7wja-85c3
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 \"datahub-va-gov/korean-war-veterans-by-state-fy-2020-vetpop-model-s7u9-7cq9\".\"korean_war_veterans_by_state_fy_2020_vetpop_model\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.