Skip to content

Used to perform lookup (resolve) entities via external sources like VIAF, LOC, and WorldCat

Notifications You must be signed in to change notification settings

htrc/Metadata-entities-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Metadata-entities-lookup

Used to perform lookup (resolve) entities via external sources like VIAF, LOC, and WorldCat

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

entities-lookup
  -c, --cache  <FILE>      (Optional) Entity value cache file
  -o, --output  <FILE>     Write the output to FILE
  -p, --parallelism  <N>   (Optional) The number of parallel connections to make
                           (default = 12)
  -h, --help               Show help message
  -v, --version            Show version of this program

 trailing arguments:
  input (required)   The path to the folder containing the entities to look up

About

Used to perform lookup (resolve) entities via external sources like VIAF, LOC, and WorldCat

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages