ny-gov/database-of-economic-incentives-26ei-n4eb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 2 hours ago

Database of Economic Incentives

The Database of Economic Incentives (DOEI) is a public, searchable database for various economic development projects that Empire State Development (ESD) administers.

For additional context on the projects in the Database, please review the Database of Economic Incentives Introduction and User Orientation Webinar (https://wdrv.it/e50b35e39).

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 \"ny-gov/database-of-economic-incentives-26ei-n4eb\".\"database_of_economic_incentives\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • database_of_economic_incentives
     
     
     
     
     
Upstream Metadata