Short-term Industry Projections
Short-term Industry Projections for a 2 year time horizon are provided for the state and 10 labor market regions to provide individuals and organizations with an industry outlook.
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 \"ny-gov/shortterm-industry-projections-mx4v-8962\".\"shortterm_industry_projections\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.