Falcon Field Airport Jobs and Businesses
Temporary dataset of the number of jobs and businesses within the Falcon Field business area by month.
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 \"citydata-mesaaz-gov/falcon-field-airport-jobs-and-businesses-dxf4-mkeb\".\"falcon_field_airport_jobs_and_businesses\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.