Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 12 months ago
Layoffs since the start of the COVID-19 pandemic, New Brunswick / Mises à pied depuis le début de la pandémie du COVID-19, Nouveau-Brunswick
Layoffs since the start of the COVID-19 pandemic, New Brunswick / Mises à pied depuis le début de la pandémie du COVID-19, Nouveau-Brunswick
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 \"gnb-socrata/layoffs-since-the-start-of-the-covid19-pandemic-w7u7-m9id\".\"layoffs_since_the_start_of_the_covid19_pandemic\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.