Skip to content

Used to convert enriched BIBFRAME-XML to HTRC metadata JSONLD

Notifications You must be signed in to change notification settings

htrc/Metadata-bibframe2jsonld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala CI codecov GitHub release (latest SemVer including pre-releases)

Metadata-bibframe2jsonld

Used to convert enriched BIBFRAME-XML to HTRC metadata JSONLD

Build

  • To generate a package that can be invoked via a shell script, run:
    sbt stage
    then find the result in target/universal/stage/ folder.
  • To generate a distributable ZIP package, run:
    sbt dist
    then find the result in target/universal/ folder.

Run

marcjson2bibframexml
  -l, --log-level  <LEVEL>    (Optional) The application log level; one of INFO,
                              DEBUG, OFF (default = INFO)
  -n, --num-partitions  <N>   (Optional) The number of partitions to split the
                              input set of HT IDs into, for increased
                              parallelism
  -o, --output  <DIR>         Write the output to DIR
  -s, --save-as-seq           (Optional) Saves the EF files as Hadoop sequence
                              files
      --spark-log  <FILE>     (Optional) Where to write logging output from
                              Spark to
  -h, --help                  Show help message
  -v, --version               Show version of this program

 trailing arguments:
  input (required)   The path to the folder containing the Bibframe XML sequence
                     files to process

About

Used to convert enriched BIBFRAME-XML to HTRC metadata JSONLD

Resources

Stars

Watchers

Forks

Packages

No packages published