Skip to content

Open gov data platform for journalists: all government data — monitor, filter, forward. (FKA jodal)

Notifications You must be signed in to change notification settings

openstate/jodal

Repository files navigation

Bron

alle overheidsdata — monitor, filter, stuur door.

Get started

How to setup a local development environment:

  1. git clone [email protected]:openstate/jodal.git
  2. cd backend && cp config.py.example config.py && cp config.yaml.example config.yaml
  3. Edit config.py and config.yaml accordingly to what you want, not strictly necessary`
  4. Edit fa-kickstart/kickstart.json, esp. the part where it creates an account
  5. ./bin/dev.sh
  6. ./setup.sh
  7. docker exec -it jodal_backend_1 ./manage.py scrapers locations
  8. docker exec -it jodal_backend_1 ./manage.py scrapers cvdr and other scrapers

To access the local development environment, add the following in /etc/hosts on Linux or /Windows/System32/drivers/etc/hosts on Windows:

127.0.0.1	api.bron.live app.bron.live heritrix.bron.live bron.live www.bron.live users.bron.live

Then you can go to http://app.bron.live preferably in a private window, because of HSTS parameters on the live setup.

You can quickly login using a link like http://api.bron.live/users/[email protected]&password=blatenblaten

deployment

Bron uses Fabric for deployment. Run fab deploy.

migrations

Bron uses alembic for migrations

migrate all up to the latest

docker exec jodal_backend_1 alembic upgrade head

rollback

docker exec jodal_backend_1 alembic downgrade -1

create a migration

docker exec jodal_backend_1 alembic revision -m "create account table"

adding data

Bron runs several scrapers, in the jodal_backend_1 container. Run the floowing steps to get started:

  1. docker exec jodal_backend_1 ./manage.py scrapers locations
  2. docker exec jodal_backend_1 ./manage.py scrapers openspending -f 2021-01-01
  3. docker exec jodal_backend_1 ./manage.py scrapers poliflw -f 2021-01-01
  4. docker exec jodal_backend_1 ./manage.py scrapers obv -f 2021-01-01

contact

Send an email to [email protected]

About

Open gov data platform for journalists: all government data — monitor, filter, forward. (FKA jodal)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •