GitHub - fcrepo-exts/fcrepo-migration-validator: A command-line tool for validating migrations of Fedora 3 datasets to Fedora 6. Skip to content Sign up Why GitHub? Features → Mobile → Actions → Codespaces → Packages → Security → Code review → Issues → Integrations → GitHub Sponsors → Customer stories→ Team Enterprise Explore Explore GitHub → Learn and contribute Topics → Collections → Trending → Learning Lab → Open source guides → Connect with others The ReadME Project → Events → Community forum → GitHub Education → GitHub Stars program → Marketplace Pricing Plans → Compare plans → Contact Sales → Education → In this repository All GitHub ↵ Jump to ↵ No suggested jump to results In this repository All GitHub ↵ Jump to ↵ In this organization All GitHub ↵ Jump to ↵ In this repository All GitHub ↵ Jump to ↵ Sign in Sign up {{ message }} fcrepo-exts / fcrepo-migration-validator Notifications Star 0 Fork 3 A command-line tool for validating migrations of Fedora 3 datasets to Fedora 6. Apache-2.0 License 0 stars 3 forks Star Notifications Code Issues 0 Pull requests 0 Actions Projects 0 Wiki Security Insights More Code Issues Pull requests Actions Projects Wiki Security Insights main Switch branches/tags Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 2 branches 3 tags Code Clone HTTPS GitHub CLI Use Git or checkout with SVN using the web URL. Work fast with our official CLI. Learn more. Open with GitHub Desktop Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit   Git stats 64 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github     src     .gitignore     LICENSE     README.md     pom.xml     View code fcrepo-migration-validator Usage Development README.md fcrepo-migration-validator A command-line tool for validating migrations of Fedora 3 datasets to Fedora 6. Usage General usage is as follows: java -jar target/fcrepo-migration-validator--driver.jar [cli options | --help] Note: the migration validator requires Java 11+ to run The following CLI options for the migration validator are available: Usage: fcrepo-migration-validator [-ChV] [--debug] [-a=] [-c=] [-d=] [-e=] [-f=] [-i=] [-o=] [-p=] [-r=] [-R=] -s= [-t=] -h, --help Show this help message and exit. -V, --version Print version information and exit. -s, --source-type= Fedora 3 source type. Choices: akubra | legacy | exported -d, --datastreams-dir= Directory containing Fedora 3 datastreams (used with --source-type 'akubra' or 'legacy') -o, --objects-dir= Directory containing Fedora 3 objects (used with --source-type 'akubra' or 'legacy') -e, --exported-dir= Directory containing Fedora 3 export (used with --source-type 'exported') -f, --f3hostname= Hostname of Fedora 3, used for replacing placeholder in 'E' and 'R' datastream URLs Default: fedora.info -i, --index-dir= Directory where cached index of datastreams (will reuse index if already exists) -r, --results-dir= Directory where validation results are placed -c, --ocfl-root-dir= The root directory of the Fedora OCFL. -t, --threads= The number of threads for parallel processing. Default 5 -p, --pid-file= PID file listing which Fedora 3 objects to validate -R, --report-type= Type of report to generate: html, csv, tsv Default: html -C, --checksum Enable checksum validations of datastreams -a, --algorithm= The digest algorithm to use during checksum validation: sha256, sha512 Default: sha512 -n, --check-num-objects Enable validation comparing the number of objects in the Fedora 3 and Fedora OCFL repositories. This validation is always disabled if a PID File is used. -H, --head-only Validate only the most recent version of a datastream --debug Enables debug logging Development The migration validator is built with Maven 3 and requires Java 11 and Maven 3.1+ To build the migration validator and run integration tests, run: mvn clean verify About A command-line tool for validating migrations of Fedora 3 datasets to Fedora 6. Resources Readme License Apache-2.0 License Releases 3 1.0.0 Release Latest Jun 30, 2021 + 2 releases Packages 0 No packages published Contributors 2     Languages Java 96.7% FreeMarker 3.3% © 2021 GitHub, Inc. Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.