Emergency Services Provider Fund
The Emergency Services Provider Fund is a program intended to assist emergency first responder organizations in Nova Scotia with the purchase of equipment used directly in response to a fire or emergency situation. The program will provide up to 75 per cent of the total capital cost up to a maximum grant of $20,000. This dataset includes the list of the providers that were approved, the inital project approval amount and the actual amount paid to each applicant based on the finished project.
Funding for this program was last approved in 2018-19 budget.
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 \"novascotia-ca/emergency-services-provider-fund-m64k-6mnd\".\"emergency_services_provider_fund\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.