EDA - Number of economic development grants made to communities and regions to help build the capacity to support the manufacturing-related activities and needs of businesses
This performance indicator measures the number of EDA grants to communities and regions to help build the capacity to support the manufacturing-related activities and needs of businesses.
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 \"performance-commerce-gov/eda-number-of-economic-development-grants-made-to-pgme-uhci\".\"eda_number_of_economic_development_grants_made_to\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.