Skip to content

Data processing repository for further usage on acompanha legis data portal

Notifications You must be signed in to change notification settings

AcompanhaLegis/data-processing

Repository files navigation

Running the application

By default, the dev server is started on port 9000.

With docker

$ docker build . -t acompanha-legis-data
$ docker run -p 9000:9000 acompanha-legis-data

Without docker

$ poetry install
$ poetry run python3 ./deputados.py
$ poetry run python3 ./deputados_expenses.py
$ poetry run python3 ./deputados_digest.py

To initialize the server (default on port 9000):

$ poetry run python3 ./dev_server.py

About

Data processing repository for further usage on acompanha legis data portal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published