{"id":25368246,"url":"https://github.com/discoverygarden/foxml","last_synced_at":"2025-10-18T16:50:19.452Z","repository":{"id":165628131,"uuid":"459638696","full_name":"discoverygarden/foxml","owner":"discoverygarden","description":"Provides migration plugins and utility scripts to facilitate I7 to Modern Islandora migration.","archived":false,"fork":false,"pushed_at":"2024-12-03T18:12:19.000Z","size":570,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-04T20:15:31.090Z","etag":null,"topics":["drupal","drupal-module","islandora","migration","parser"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discoverygarden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-15T15:32:44.000Z","updated_at":"2024-12-03T18:12:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"caeabb3e-d4ca-4d42-aac0-0dfaa3ace1ac","html_url":"https://github.com/discoverygarden/foxml","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Ffoxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Ffoxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Ffoxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Ffoxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discoverygarden","download_url":"https://codeload.github.com/discoverygarden/foxml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238930061,"owners_count":19554122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal","drupal-module","islandora","migration","parser"],"created_at":"2025-02-15T00:36:38.861Z","updated_at":"2025-10-18T16:50:14.387Z","avatar_url":"https://github.com/discoverygarden.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FOXML Utilities\n\n![](https://github.com/discoverygarden/foxml/actions/workflows/auto_lint.yml/badge.svg)\n![](https://github.com/discoverygarden/foxml/actions/workflows/auto-semver.yml/badge.svg)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n## Introduction\n\nProvides migration plugins and utility scripts to facilitate I7 to Modern Islandora migration.\n\n## Table of Contents\n\n* [Features](#features)\n* [Installation](#installation)\n* [Configuration](#configuration)\n* [Troubleshooting/Issues](#troubleshootingissues)\n* [Maintainers and Sponsors](#maintainers-and-sponsors)\n* [Development/Contribution](#developmentcontribution)\n* [License](#license)\n\n## Features\n\n### Migrate source plugin `foxml`\n\nSource `foxml` plugin that iterates over an \"objectStore\" implementation.\n\n### Migrate process plugin `foxml.parse`\n\nGiven the path to the foxml, this plugin will parse the contents for migration.\n\n### Utility Scripts\n\nScripts to analyse and export metadata from an FCREPO3 instance. Refer to the [README](https://github.com/discoverygarden/foxml/blob/main/scripts/README.md) for more details.\n\n## Installation\n\nInstall as usual, see\n[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for\nfurther information.\n\n### Other modules of particular interest\n\n* [`akubra_adapter`](https://github.com/discoverygarden/akubra_adapter/): Integrates with this module to allow access directly into data stored in an [Akubra](https://wiki.lyrasis.org/display/AKUBRA) file system structure making use of [Fedora 3's Hash-based ID mapping](https://github.com/fcrepo3/fcrepo/blob/37df51b9b857fd12c6ab8269820d406c3c4ad774/fcrepo-server/src/main/java/org/fcrepo/server/storage/lowlevel/akubra/HashPathIdMapper.java#L17-L68)\n\n## Configuration\n\nConfiguration to use the\n\"Archival FOXML\" migration:\n\n|Key|Description|Default|\n|---|---|---|\n|`foxml_archival_object_basepath`|The path to the export of archival FOXML over which to iterate.|`private://exports`|\n|`foxml_archival_object_file_pattern`|A regex pattern against which to match files.|`NULL` (none necessary; defaulting to iterate over _ALL_ files)|\n\n## Usage/Examples\n\n## Troubleshooting/Issues\n\nHaving problems or solved a problem? Contact\n[discoverygarden](http://support.discoverygarden.ca).\n\n### Known Issues:\n* `php://filter` use can lead to large memory usage\n  * we should probably look at rolling another stream wrapper to wrap up our\n    usage of OpenSSL to Base64 decode\n* There are some expensive assertions made in the code,\n  particularly regarding binary datastream content with digests. Assertions should\n  typically be disabled in production environments, so these shouldn't have any\n  impact on execution there; however, in development environments, could\n  potentially lead to issues, especially with larger datastreams, exacerbated by\n  the `php://filter` usage to Base64-decode the contents\n  * hesitant to remove the assertions without having any other mechanism to\n  * could instead roll some unit tests?\n\n## Maintainers and Sponsors\n\nCurrent maintainers:\n\n* [discoverygarden](http://www.discoverygarden.ca)\n\nSponsors:\n\n* [FLVC](https://www.flvc.org)\n\n## Development/Contribution\n\nIf you would like to contribute to this module, please check out github's helpful\n[Contributing to projects](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) documentation and Islandora community's [Documention for developers](https://islandora.github.io/documentation/contributing/CONTRIBUTING/#github-issues) to create an issue or pull request and/or\ncontact [discoverygarden](http://support.discoverygarden.ca).\n\n## License\n\n[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Ffoxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscoverygarden%2Ffoxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Ffoxml/lists"}