Skip to content

linked-swissbib/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utilities

The utilities repository serves as a container for mostly "one-shot" scripts concerned with supporting the linked-swissbib transformation workflow or analyzing its input or output data.

marc

Utils for transforming or analyzing MARC-XML datasets (the input data)

One-Liners

Create index of identifiers in compressed MARC-XML files

zgrep -Pon '(?<=001">)(\d{9})' path_to_files/* > index

ntriples

Utils for analyzing N-Triples (one of the output formats)

jsonld

  • Utils for analyzing JSON-LD (both compliant and not to the Elasticsearch Bulk API format)
  • JSON-LD contexts

index

Utils for creating and modifiying Elasticsearch indices

misc

Miscellaneous tools

deprecated

Scripts used for earlier versions of the workflow

About

Transformation utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published