Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhlibraries-digital/carpenters
Digital preservation workflow utility
https://github.com/uhlibraries-digital/carpenters
code4lib electron metadata preservation
Last synced: 4 days ago
JSON representation
Digital preservation workflow utility
- Host: GitHub
- URL: https://github.com/uhlibraries-digital/carpenters
- Owner: uhlibraries-digital
- License: mit
- Archived: true
- Created: 2016-05-17T14:01:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T12:31:00.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:52:03.365Z (3 months ago)
- Topics: code4lib, electron, metadata, preservation
- Language: TypeScript
- Homepage:
- Size: 3.19 MB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - uhlibraries-digital/carpenters - Digital preservation workflow utility (electron)
README
# Carpenters
[![Build Status](https://travis-ci.org/uhlibraries-digital/carpenters.svg?branch=master)](https://travis-ci.org/uhlibraries-digital/carpenters)
### Description
Carpenters is an ingest tool that allows archival curators, digitization technicians, and preservation administrators to organize digitized content into hierarchies that preserve the contextual linkages and provenance of the original archival collection. The tool allows for easy batch ingest preparation--creating nested directory structures and automatically organizing files in such a way that the resultant Archivematica-compatible SIP seamlessly replicates the physical arrangement of the original collection. The tool eliminates the need for manually creating directories or moving files, making it ideal for large-scale workflows. The tool also has the capacity to mint package-specific ARKs, allowing the preservation package to have a persistent identifier that connects preservation master files to access objects.
### Packaging
You can package Carpenters by running the following commands based on your target system:
* `npm run package:mac` will package for MacOS X x64
* `npm run package:win` will package for Windows x64
* `npm run package:linux` will package for Linux x64
* `npm run package` will package all the aboveAll packages are stored in the `app-builds` directory that gets created during the build process.
In addition you can create distributions using the following command: `npm run dist`. Distributions
will be stored in the `release` directory.To learn more about distributing, please read the [Application Distribution](http://electron.atom.io/docs/tutorial/application-distribution/) documentation from Electron.
### Development
Carpenters is built with [Angular 4](https://angular.io/) using Typescript. You will need to have [NodeJS](https://nodejs.org/en/) installed to run the build commands. The main application starts in `main.ts`.
To build the application you can run one of these commands:
* `npm run build` will build the application
* `npm start` will build the application and start itYou need run a build `npm run build` before running `npm start` for the first time.
You will only need to do this once.## License
[MIT License](LICENSE.txt)