Enhanced Running Average Stats Service
Zooniverse's Stats Service Measuring Volunteer Effort and Contribution.
See the Documentation Site or our Wiki for full documentation, examples, operational details and other information
docker-compose build
docker-compose run --rm eras bundle install
docker-compose run --rm eras rails db:create
docker-compose run --rm eras rails db:migrate
docker-compose up
If running into errors of missing tables/continuous aggregates run the following:
docker-compose run --rm eras rake db:setup:development
docker-compose run --rm -e RAILS_ENV=test eras bundle exec rspec