Skip to content

minimization/eln-repo-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eln-repo-split

Usage

Step 1: Get configs

First, you'll need configs. You can clone the github.com/minimization/content-resolver-input repository and use the configs directory.

Or you can put your own configs to a local directory:

$ mkdir configs
$ vim configs/config.yml

See the config spec for reference.

Step 2: Run the script

For initial run, the script will download data from Content Resolver. This can take a minute.

$ mkdir output
$ ls configs  # <--- this needs to have the configs. You can of course point to a different location.
$ ./eln_repo_split.py ./configs ./output

For repetitive runs, you can use the cashed data and save a lot of time.

$ ./eln_repo_split.py --use-cache ./configs ./output

A summary will be printed on the standard output and text files with the results will be in the ./output directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published