MBDA - Number of jobs by (Exporting) MBE clients
The number of existing full time and/or part time employment positions created and/or retained as reported by a MBE client served.
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-commerce-gov/mbda-number-of-jobs-by-exporting-mbe-clients-bkzu-zfh9\".\"mbda_number_of_jobs_by_exporting_mbe_clients\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.