Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 20 minutes ago
2015-16 Demographic Data - Diversity Efforts
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 \"cityofnewyork-us/201516-demographic-data-diversity-efforts-he5b-24yw\".\"201516_demographic_data_diversity_efforts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata