Residential SolarHomes Program Installations in Nova Scotia
Nova Scotia is a national leader in reducing greenhouse gas emissions, and the province remains committed to fighting climate change. Solar electricity provides clean and affordable renewable electricity. The SolarHomes Program began in 2018 and provides a rebate to Nova Scotian homeowners who install eligible solar projects.
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/residential-solarhomes-program-installations-in-fsvq-ermw\".\"residential_solarhomes_program_installations_in\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.