Skip to content

Commit

Permalink
Add script to transform and index RPPD data (RPB-38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Oct 31, 2023
1 parent 7deea88 commit 2602157
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions transformAndIndexRppd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -euo pipefail # See http://redsymbol.net/articles/unofficial-bash-strict-mode/

cd ../rpb
sbt "runMain rpb.ETL conf/rppd-to-strapi.flux IN_FILE=RPB-Export_HBZ_Bio.txt OUT_FILE=output-rppd-strapi.ndjson"
sbt "runMain rpb.ETL conf/rppd-to-lobid.flux"
cd -
sbt "runMain apps.Index baseline"

0 comments on commit 2602157

Please sign in to comment.