Annual Count of Jobs in Somerville
This data set contains information on the yearly average of the number of jobs in Somerville since 2001. The data comes from the Massachusetts Department of Economic Research's Employment and Wage (ES-202) Reports. For more information, see https://lmi.dua.eol.mass.gov/lmi/EmploymentAndWages.
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 \"somervillema-gov/annual-count-of-jobs-in-somerville-pm7h-ga9w\".\"annual_count_of_jobs_in_somerville\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.