Skip to content

slovensko-digital/harvester.ecosystem

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Harvester

Slovensko.Digital CI Maintainability Test Coverage

Harvester is an open-source application that downloads data from various public sources and pushes data to ekosystem.slovensko.digital.

Supported data sources

Currently, Harvester supports the following data-sources:

Currently, there are data sources in ekosystem.slovensko.digital which are not ingested by Harvester. The corresponding code hasn't been open-sourced yet.

Development

Harvester is a Ruby-on-Rails application. However, there is no web process present. The application runs as a backend worker/scheduler and uses the Rails framework to enforce coding rules for the project.

To get the Harvester dependencies running (db, etc), we have prepared a Docker Compose file for you. You can start the dependencies with docker-compose up.

To run and test the application while developing:

  • Prepare the environment with bin/setup
  • Ensure that all tests pass: rake spec
  • Start the worker with foreman start worker
  • Run a selected job with rake
  • Check that the corresponding database tables have been filled in

Contributing

Feel free to contribute other datasets / scrapers or improvements. See issues if you want to help, request a feature or file a bug. Join us on our public slack channel if you want to talk live.

About

App for pushing data to ekosystem.slovensko.digital

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages