Increase Number of New Jobs by 500 Per Year In Target Industry Sector
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 \"performance-cityofhenderson/increase-number-of-new-jobs-by-500-per-year-in-ys87-uimf\".\"increase_number_of_new_jobs_by_500_per_year_in\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.