All Projects → uhlibraries-digital → Carpenters

uhlibraries-digital / Carpenters

Licence: mit
Digital preservation workflow utility

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Carpenters

Tropy
Research photo management
Stars: ✭ 337 (+6640%)
Mutual labels:  metadata
Rv8
RISC-V simulator for x86-64
Stars: ✭ 476 (+9420%)
Mutual labels:  metadata
Marquez
Collect, aggregate, and visualize a data ecosystem's metadata
Stars: ✭ 530 (+10500%)
Mutual labels:  metadata
Python Us
A package for easily working with US and state metadata
Stars: ✭ 376 (+7420%)
Mutual labels:  metadata
Exifr
📷 The fastest and most versatile JS EXIF reading library.
Stars: ✭ 448 (+8860%)
Mutual labels:  metadata
Fatt
FATT /fingerprintAllTheThings - a pyshark based script for extracting network metadata and fingerprints from pcap files and live network traffic
Stars: ✭ 490 (+9700%)
Mutual labels:  metadata
The Seo Framework
The SEO Framework WordPress plugin.
Stars: ✭ 329 (+6480%)
Mutual labels:  metadata
Conventional Changelog
Generate changelogs and release notes from a project's commit messages and metadata.
Stars: ✭ 5,962 (+119140%)
Mutual labels:  metadata
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (+9000%)
Mutual labels:  metadata
Popcorn Api
Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Compatible API Anime/Movies/Show Scrapper
Stars: ✭ 529 (+10480%)
Mutual labels:  metadata
Torsniff
torsniff - a sniffer that sniffs torrents from BitTorrent network
Stars: ✭ 3,800 (+75900%)
Mutual labels:  metadata
Specs
Technical specifications and guidelines for implementing Frictionless Data.
Stars: ✭ 403 (+7960%)
Mutual labels:  metadata
Multiscanner
Modular file scanning/analysis framework
Stars: ✭ 494 (+9780%)
Mutual labels:  metadata
Vue Meta
Manage HTML metadata in Vue.js components with SSR support
Stars: ✭ 3,807 (+76040%)
Mutual labels:  metadata
Exif Py
Easy to use Python module to extract Exif metadata from digital image files.
Stars: ✭ 561 (+11120%)
Mutual labels:  metadata
Mediainfolib
Convenient unified display of the most relevant technical and tag data for video and audio files.
Stars: ✭ 330 (+6500%)
Mutual labels:  metadata
Seqbox
A single file container/archive that can be reconstructed even after total loss of file system structures
Stars: ✭ 480 (+9500%)
Mutual labels:  metadata
Hama.bundle
Plex HTTP Anidb Metadata Agent (HAMA)
Stars: ✭ 740 (+14700%)
Mutual labels:  metadata
Musicrepair
Fixes music metadata and adds album art.
Stars: ✭ 566 (+11220%)
Mutual labels:  metadata
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (+10260%)
Mutual labels:  metadata

Carpenters

Build Status

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 above

All 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 documentation from Electron.

Development

Carpenters is built with Angular 4 using Typescript. You will need to have NodeJS 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 it

You 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].