Skip to content

Commit

Permalink
Added documentation and a diagram for gobi job (#767)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Laddusaw <[email protected]>
  • Loading branch information
rladdusaw and Ryan Laddusaw authored Apr 19, 2024
1 parent 1570dc1 commit 8ce06ee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/gobi/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# GOBI ISBN Holdings Job
This workflow gets the records of all items added to Alma in the last 5 years and creates an ISBN export file for export to GOBI. This is to help prevent us from purchasing an item we already own.

## Flow Diagram


```mermaid
sequenceDiagram
accTitle: Diagram depicting the generation and export of an ISBN file of items added to Alma in the last 5 years.
accDescr {
Lib Jobs downloads a CSV file of items added to Alma in the last 5 years from LibSFTP weekly.
Lib Jobs creates an ISBN file in the [format](https://connect.ebsco.com/s/article/GOBI-Library-Holdings-Load-Service?language=en_US) recommended by GOBI.
Lib Jobs uploads the ISBN file to the GOBI SFTP server.
}
LibSFTP->>Lib Jobs: Lib Jobs downloads a CSV file of items added to Alma in the last 5 years from LibSFTP weekly
Lib Jobs->>Lib Jobs: Lib Jobs creates an ISBN file in the format recommended by GOBI
Lib Jobs ->>GOBI SFTP: Lib Jobs uploads the ISBN file to the GOBI SFTP server.
```

0 comments on commit 8ce06ee

Please sign in to comment.