{"id":20570063,"url":"https://github.com/digibib/ls.etl","last_synced_at":"2026-01-10T20:56:16.846Z","repository":{"id":22926983,"uuid":"26276034","full_name":"digibib/ls.etl","owner":"digibib","description":"Project housing various etl scritps to populate koha","archived":true,"fork":false,"pushed_at":"2014-11-10T10:07:27.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-06T09:48:46.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digibib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-06T15:25:22.000Z","updated_at":"2024-10-30T08:42:50.000Z","dependencies_parsed_at":"2022-08-21T16:50:22.068Z","dependency_job_id":null,"html_url":"https://github.com/digibib/ls.etl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digibib%2Fls.etl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digibib%2Fls.etl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digibib%2Fls.etl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digibib%2Fls.etl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digibib","download_url":"https://codeload.github.com/digibib/ls.etl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253312040,"owners_count":21888561,"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":[],"created_at":"2024-11-16T05:11:14.998Z","updated_at":"2026-01-10T20:56:16.788Z","avatar_url":"https://github.com/digibib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LS.ETL\nLoad of example-data (test-data for manual user-testing) into ls.ext\n\nKoha needs the following entities:\n- branch\n- item type\n- patron category\n- (item statuses) authorised values\n- circulation rules\n- bibliographic data\n- item data\n- patron\n\n## Process:\n- Prepare or extract example data from source.\n- If necessary transform example data. Use e.g. Catmandu importer\n- Load (transformed) example data into Koha.\n- Test that koha is in a legal state.\n\n### Typcial scenario:\nA csv-file is created manually, the file is input to a load-script that\nutilizes importers in Catmandu to transform csv-records to json, which is\nfinally loaded into koha by posting them to the koha-restful api.\n\n## EXTRACT\nIs accomplished either as \n* a manually created (csv) file,\n* custom jobs to dump records to file, or\n* as a first step in the LOAD-job.\n\n## TRANSFORM\nIs often done as a step in the LOAD-job.\n\n## LOAD\nWe utilize the import-functions in Koha to get the data into it. In general\nthere are three mechanisms to support this:\n* by api,\n* by SQL,\n* by HTML. \n\nWe prefer loading by api.\n\nMapping of entities to import-function in Koha:\n\nEntity | Mechanism | Name\n------ | --------- | ----\nbranch | api       | koha-restful/Branch.pm\n\n\n## ETL-software (opensource):\n* [LibreCat/Catmandu](http://librecat.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigibib%2Fls.etl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigibib%2Fls.etl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigibib%2Fls.etl/lists"}