{"id":22402271,"url":"https://github.com/lblod/app-mow-registry","last_synced_at":"2026-05-03T14:02:24.503Z","repository":{"id":40304438,"uuid":"335330848","full_name":"lblod/app-mow-registry","owner":"lblod","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-20T21:45:12.000Z","size":3236,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-04-02T06:22:21.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","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/lblod.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-02T15:15:41.000Z","updated_at":"2026-03-20T21:45:15.000Z","dependencies_parsed_at":"2025-01-20T14:25:38.245Z","dependency_job_id":"3b97d877-2f30-426b-8335-293ed537b010","html_url":"https://github.com/lblod/app-mow-registry","commit_stats":null,"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/lblod/app-mow-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lblod%2Fapp-mow-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lblod%2Fapp-mow-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lblod%2Fapp-mow-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lblod%2Fapp-mow-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lblod","download_url":"https://codeload.github.com/lblod/app-mow-registry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lblod%2Fapp-mow-registry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32571456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12-05T09:12:19.304Z","updated_at":"2026-05-03T14:02:24.458Z","avatar_url":"https://github.com/lblod.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mow-registry\n\nBackend for the MOW Registry application based on the  mu.semte.ch microservices stack.\n\nThis repository is a [mu-project](https://github.com/mu-semtech/mu-project), it includes the minimal set of services required to run the MOW registry.\n\n## Requirements and assumptions\nThis project was tested on Ubuntu 20.04, but should work on most systems that run docker and docker-compose. A linux based system is recommended, but we welcome any feedback you might have when running this system on macOS or windows.\n\n * a recent version of [docker needs to be installed](https://docs.docker.com/get-docker/)\n * a recent version of [docker-compose needs to be installed](https://docs.docker.com/compose/install/)\n * some basic shell experience is recommended\n\n## How to\n\n## Getting started\n \n 1. make sure all [requirements](#Requirements-and-assumptions) are met\n 2. clone this repository\n ```\n $ git clone https://github.com/lblod/app-mow-registry\n ```\n \n 3. setup an appropriate login\n ```\n $ docker-compose create\n $ mu script project-scripts generate-login\n```\n 4. run the project\n ```\n $ cd /path/to/mu-project\n $ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up\n ```\n\nYou can shut down using `docker-compose stop` and remove everything using `docker-compose rm`.\n\n## Resetting the LDES feed\n1. Run backup\n2. (Optional) Clear LDES-specific graphs: \n  - \u003chttp://mu.semte.ch/graphs/ldes-initializer\u003e\n  - \u003chttp://mu.semte.ch/graphs/ldes-dump\u003e\n  - \u003chttp://mu.semte.ch/graphs/transformed-ldes-data\u003e\n3. Delete contents of `data/ldes-feed/ldes-mow-register`\n4. Run `init-ldes-data` script: `mu script project-scripts init-ldes-data \u003cbase_url\u003e`\n5. Restart the `ldes-serve-feed` service\n\n\n\n## Overview of services\n[overview of services](https://raw.githubusercontent.com/lblod/app-mow-registry/main/docs/app-mow-registry%20architecture%20diagram.svg)\n\n * [mu-identifier](https://github.com/mu-semtech/mu-identifier)\n * [mu-dispatcher](https://github.com/mu-semtech/mu-dispatcher)\n * [mu-cl-resources](https://github.com/mu-semtech/mu-cl-resources)\n * [mu-cache](https://github.com/mu-semtech/mu-cache)\n * [mu-authorization](https://github.com/mu-semtech/mu-authorization/)\n * [delta-notifier](https://github.com/mu-semtech/delta-notifier/)\n * [frontend-mow-registry](https://github.com/lblod/frontend-mow-registry)\n * [static-file](https://github.com/mu-semtech/static-file-service)\n * [file](https://github.com/mu-semtech/file-service)\n * [login](https://github.com/mu-semtech/login-service)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flblod%2Fapp-mow-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flblod%2Fapp-mow-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flblod%2Fapp-mow-registry/lists"}