mlibrary / checkout-history

Rails API for providing circulation history service for patrons who've requested the service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is the repository for the circulation history app that is attached to My Account.

To Set up for Development

  1. Clone the github repo $ git clone git@github.com:mlibrary/circulation_history.git

  2. Set up the environment variables by copying .env-example

$ cp .env-example .env
$ vi .env
#.env
ALMA_API_KEY='YOURAPIKEY'

Build the image:

$ docker-compose build

Bundle install ruby gems

$ docker-compose run --rm web bundle install

To run the app:

$ docker-compose up

Tests

For Rails rspec tests make sure then database is running. Then run the tests:

$ docker-compose up -d database
$ docker-compose run --rm web bundle exec rspec

Test database

lib/dev_db/Dockerfile has instructions for creating an image of the database that's preloaded with fake data. It's intended for use with patron_account/My Account.

Circ History Load monitoring

When the rake task alma_circ_history:load runs a get request is made to a pushmon url. At the moment the pushmon account is owned by niquerio

Kubernetes Configuration

Kubernetes Configuration lives in patron-account-kube

Alma Analytics Report Backups

Backup xml files of the analytics reports are located in ./config/alma_analytics_reports/

About

Rails API for providing circulation history service for patrons who've requested the service

License:Other


Languages

Language:Ruby 90.6%Language:Shell 6.4%Language:Dockerfile 2.7%Language:HTML 0.4%