Austin Energy Web App Users By Month
Austin Energy’s free, interactive web app allows customers to monitor their daily energy usage, view their bill history, and see a future forecast of their energy bill cost. They can also set alerts to warn them of an upcoming rate tier change.
Austin Energy Web App users can also download Green Button Data which can help them better understand their energy usage and take action towards savings. This data set shows the number of web app users by month.
Learn more about the app at http://powersaver.austinenergy.com/wps/portal/psp/residential/learn/free-home-energy-management-options/alerts-and-tips-help-you-manage-your-energy-costs
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/austin-energy-web-app-users-by-month-kx5w-sw6u\".\"austin_energy_web_app_users_by_month\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.