Start of ETL for all events for progressive applications.
The following is based on the Heroku Python Getting Started Guide
Make sure you have Python installed properly. Also, install the Heroku Toolbelt and Postgres.
$ pip install -r requirements.txt
$ createdb python_getting_started
$ python manage.py migrate
$ python manage.py collectstatic
$ heroku localYour app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate
$ heroku openor
$ heroku create
$ git push heroku masterSetup buckets in etl/teaminternet/main.py
Checkout http://act.demandprogress.org/rest/v1 for more info
| key | description |
|---|---|
EVENTS_CAMPAIGN_URL |
API for the Action Kit Events Campaign. Preface it with : |
AWS_ACCESS_KEY_ID |
AWS Access Key for the respective AWS |
AWS_SECRET_ACCESS_KEY |
AWS Secret Key |
AWS_HOST |
AWS HOST |
