Solar Program Current Incentive Levels and Available Capacity
This data can be used to track the capacity and incentive levels available for Austin Energy's Solar Rebate Program.
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 \"datahub-austintexas-gov/solar-program-current-incentive-levels-and-vxq2-zjmn\".\"solar_program_current_incentive_levels_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.