/otvorenesudy-prokuratura

Open Courts / Prokuratúra Rails Application

Primary LanguageRubyOtherNOASSERTION

Otvorená Prokuratúra

Build Status Code Climate Test Coverage

View performance data on Skylight View performance data on Skylight View performance data on Skylight View performance data on Skylight

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.

Requirements

  • Ruby 3.3.0
  • Rails 7.1
  • PostgreSQL 16

Installation

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

Contributing

  1. Fork it
  2. Create your feature branch git checkout -b new-feature
  3. Commit your changes git commit -am 'Add some feature'
  4. Push to the branch git push origin new-feature
  5. Create new Pull Request

License

Educational Community License 1.0