Public data project aimed at making information about public prosecutors such as their assignations and property declarations, and annual data about criminality from General Prosecutors Office of the Slovak Republic more publicly available.
- Ruby 3.3.0
- Rails 7.1
- PostgreSQL 16
git clone git://github.com/otvorenesudy/otvorenesudy-prokuratura
cd otvorenesudy-prokuratura
bin/setup
Now import the data
GenproGovSk::Offices.import
GenproGovSk::Prosecutors.import
GenproGovSk::Prosecutors.import_decrees
GenproGovSk::Declarations.import
# Runs 12 separate processes to levarage all your cores. Adjust for less if needed.
GenproGovSk::Criminality.import
MinvSk::Criminality.import
- Fork it
- Create your feature branch
git checkout -b new-feature
- Commit your changes
git commit -am 'Add some feature'
- Push to the branch
git push origin new-feature
- Create new Pull Request