NYC Business Solutions for NYCHA Residents by NYCHA Development - Local Law 163
This datasets contains information about NYC <a href="https://maps.nyc.gov/sbs/">Business Solutions</a> service, a service offered by the Department of Small Business Services (SBS) aimed at giving New Yorkers free services to start, operate and grow their businesses. Each row in the dataset represents the number of public housing residents on a NYCHA Development-level who receive or utilize this service.
For datasets related to other services provided to NYCHA residents, view the data collection “Services available to NYCHA Residents - Local Law 163”.
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/nyc-business-solutions-for-nycha-residents-by-hjvj-jfc9\".\"nyc_business_solutions_for_nycha_residents_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.