Open repository in Console
Readme
Updated over 7 years ago
‧ Indexed 11 months ago
Business Owners and Receipts
Share of business owners and receipts by race of business owner in New Orleans, Metro New Orleans, and the United States, 1997, 2002, 2007, 2012
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 \"datacenterresearch/business-owners-and-receipts-6vyb-8sap\".\"business_owners_and_receipts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.