VetPop2020 Branch of Service FY23 & FY50
VetPop2020 Branch of Service distribution in FY 2023 and 2050
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/vetpop2020-branch-of-service-fy23-fy50-si6j-66f7\".\"vetpop2020_branch_of_service_fy23_fy50\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.