Skip to content

mcverter/events-etl

 
 

Repository files navigation

Events ETL (a map-for-change racket)

Start of ETL for all events for progressive applications.

Setting up Local Heroku

The following is based on the Heroku Python Getting Started Guide

Running Locally

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 local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate
$ heroku open

or

Deploy

Setting Up ETL

Indivisible

key description
INDIVISIBLE_API_KEY API for the OSDI Indivisible key
INDIVISIBLE_ACTION_URL API Endpoint for the Indivisible Actions
INDIVISIBLE_TEAM_MEETING_URL API Endpoint for the Indivisible Team Meetings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.5%
  • HTML 17.5%