Skip to content

Commit

Permalink
Merge pull request #629 from pulibrary/update_readme
Browse files Browse the repository at this point in the history
Update Readme with current task and file format info. For #576.
  • Loading branch information
kevinreiss authored Aug 22, 2023
2 parents 7afaefa + 5a467fe commit c1b9ac6
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,41 @@
# ILS Jobs

## Connects to
* SFX
* Voyager
* Future Alma File integration

## Access Databases
* Oracle
* MySQL (MariaDB)
* Alma SFTP for file based integrations
* Alma NCIP
* OCLC SFTP Server
* Archivesspace API
* Alma APIs to start of jobs
* OIT Person API
* Data Warehouse File Server
* Peoplesoft File Server
* Ombase
* SCSB Middleware S3 Server
* Platform for Open Data (POD) API
* Springshare Libguides and Libcal APIs
* Library

## Tasks
* Statistics
* Generate records from SFX
* Download records from OCLC
* Alma Fund Adjustment
* Alma Invoice Status
* Alma Oclc Number Normalization
* Alma renewal of SCSB partner materials via NCIP
* Alma Patron Adds/Updates
* Peoplesoft Bursar Transfer
* Peoplesoft Vocher Feed
* Aspace2Alma Collection Record Synchronization
* SCSB SubmitCollection Record Updates
* POD Marc Record Adds/Updates
* OCLC Data Sync Successful Record Update Processing
* OCLC Data Sync Failed Record Update Processing
* Library Current Event List
* Library Databases List Publishing
* Library Staff List

## Output
* tableau.princeton.edu
* Google Drive
* FTP files
* CSV Files for download by other applications
* Various text file formats for SFTP/Fileshare Processing
* MarcXML for various purposes

## Prerequisites
- Ruby (3.1.0 or later)
Expand Down Expand Up @@ -45,13 +63,6 @@ bundle exec foreman start
bundle exec rails db:seed
```

Alternatively, in place of `bundle exec foreman start`, one may invoke the following for running the Rails server and Webpack separately:
```bash
bundle exec rails server
# And please invoke this in another terminal:
bundle exec webpack-dev-server
```

Then please visit the server running locally at [http://localhost:3000](http://localhost:3000)

### Run mailcatcher
Expand Down

0 comments on commit c1b9ac6

Please sign in to comment.