{"id":15039012,"url":"https://github.com/hirre/dynamicwebworker","last_synced_at":"2026-01-22T02:02:50.683Z","repository":{"id":248918221,"uuid":"827671842","full_name":"hirre/dynamicwebworker","owner":"hirre","description":"A dynamic web worker service based on the plugin architecture pattern.","archived":false,"fork":false,"pushed_at":"2024-08-05T12:09:41.000Z","size":110,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T16:58:36.458Z","etag":null,"topics":["asp-net-core","dotnet","dotnet-core","dotnetcore","dynamic","plugin","rabbitmq","rest-api","webservice","webworker","worker"],"latest_commit_sha":null,"homepage":"","language":"C#","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/hirre.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-12T06:22:09.000Z","updated_at":"2024-08-05T12:09:44.000Z","dependencies_parsed_at":"2024-07-17T23:03:01.490Z","dependency_job_id":"ce5387ee-1637-40d3-9d28-e4613ac3695c","html_url":"https://github.com/hirre/dynamicwebworker","commit_stats":null,"previous_names":["hirre/webworker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hirre/dynamicwebworker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirre%2Fdynamicwebworker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirre%2Fdynamicwebworker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirre%2Fdynamicwebworker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirre%2Fdynamicwebworker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hirre","download_url":"https://codeload.github.com/hirre/dynamicwebworker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirre%2Fdynamicwebworker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28650568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asp-net-core","dotnet","dotnet-core","dotnetcore","dynamic","plugin","rabbitmq","rest-api","webservice","webworker","worker"],"created_at":"2024-09-24T20:41:13.393Z","updated_at":"2026-01-22T02:02:50.660Z","avatar_url":"https://github.com/hirre.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamic Web Worker\n\nA worker service that can dynamically be loaded with a number of worker threads using REST calls. The workers can (based on incoming messages) process some work which are located in separate libraries that are also loaded dynamically.\n\n## RabbitMQ Installation \u0026 Running with Docker\n```\ndocker pull rabbitmq:3-management\ndocker run -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management\n```\n\n## Code Structure\n- **WebWorker** is the main worker service\n  - Dynamically loaded work libraries are put as subfolders in /Work/* (they can be built with the publish command)\n- **WebWorkerInterfaces** is library with shared interfaces and models\n- **TestMessageProducer** is a test library to produce RabbitMQ messages\n- **TestWork** is a test library which implements an interface that the WebWorker dynamically loads and runs\n  - Should be built with publish command and put as a subfolder in the /Work folder\n \n## Architecture \n\n### Overview\n![image](https://github.com/user-attachments/assets/183d6cff-18d3-4c33-8187-3d18dfc31a0f)\n\n### Type of queue used for permanent workers\n![image](https://github.com/user-attachments/assets/88ee5d20-51fb-406d-9b77-ff6ea73538f5)\n\n### Other\n- Can execute custom work code without using the dynamic loading feature: https://github.com/hirre/dynamicwebworker/issues/8#issuecomment-2256109699\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirre%2Fdynamicwebworker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhirre%2Fdynamicwebworker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirre%2Fdynamicwebworker/lists"}