{"id":26776775,"url":"https://github.com/omniaretail/zapp","last_synced_at":"2026-02-17T21:05:09.799Z","repository":{"id":37851738,"uuid":"80423179","full_name":"omniaretail/zapp","owner":"omniaretail","description":"Zapp is a Windows process orchestrator for packed apps.","archived":false,"fork":false,"pushed_at":"2022-08-31T19:22:58.000Z","size":436,"stargazers_count":4,"open_issues_count":13,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T04:26:27.170Z","etag":null,"topics":["csharp","nuget","orchestration","package","process","res-api","windows","zapp","zip"],"latest_commit_sha":null,"homepage":null,"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/omniaretail.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":"2017-01-30T13:21:14.000Z","updated_at":"2021-11-18T13:52:11.000Z","dependencies_parsed_at":"2023-01-16T21:15:50.517Z","dependency_job_id":null,"html_url":"https://github.com/omniaretail/zapp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniaretail%2Fzapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniaretail%2Fzapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniaretail%2Fzapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniaretail%2Fzapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omniaretail","download_url":"https://codeload.github.com/omniaretail/zapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249187504,"owners_count":21226913,"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":["csharp","nuget","orchestration","package","process","res-api","windows","zapp","zip"],"created_at":"2025-03-29T04:24:06.219Z","updated_at":"2025-04-16T02:53:30.390Z","avatar_url":"https://github.com/omniaretail.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zapp\n[![Build status](https://ci.appveyor.com/api/projects/status/sv453plywnnulnf9?svg=true)](https://ci.appveyor.com/project/OmniaRetail/zapp) [![NuGet](https://buildstats.info/nuget/Zapp)](https://www.nuget.org/packages/Zapp/)\n\nZapp is a distribution/orchestration service for standalone NuGet packages.  \n\n## Usecase\n\nIf you have tightly coupled packages which are automatically deployed and needs to be fused into single applications. \n\n## Features\n\n- Merge (zip, nupkg) files into standalone apps.\n- Orchestration (draining) of apps.\n\n*All features are maintained on-deploy*\n\n## Prerequisites\n\n- [.NET 4.5.1](https://www.microsoft.com/nl-nl/download/details.aspx?id=40773) (x64)\n- Redis Server ([Windows](https://github.com/MSOpenTech/redis/releases) or [Linux](https://redis.io/download)) *(replaceable)*\n\n## Installation\n\nInstall the NuGet package using the command below:\n\n```\nInstall-Package Zapp\n```\n\n...or search for `Zapp` in the NuGet index.\n\n## Getting started\n\nWe currently only support `Ninject` to bootstrap:\n\n- [Ninject](Zapp.Example/Bootstrap.cs) example \n\n## Swagger\n\nZapp uses [Swagger](http://swagger.io/) to document all the rest-api methods.\n\n`http://localhost:6464/swagger`\n\n## Services\n\nZapp is split into different services:\n\n| Service | Description |\n| --- | --- | \n| [`IRestService`](Zapp/Rest/IRestService.cs) | Service which provides http-method(s) for announcing new deployments. |\n| [`IConfigStore`](Zapp/Config/IConfigStore.cs) | Store used for providing configuration to other services. |\n| [`ISyncService`](Zapp/Sync/ISyncService.cs) | Service used to verify and synchronize deploy versions across nodes. |\n| [`IPackService`](Zapp/Pack/IPackService.cs) | Service used for loading the developer's packaged code. |\n| [`IFusionService`](Zapp/Fuse/IFusionService.cs) | Service used fusing the developer's packages into standalone apps. |\n| [`IScheduleService`](Zapp/Schedule/IScheduleService.cs) | Service used for orchestrating the standalone apps. | \n| [`IDeployService`](Zapp/Deploy/IDeployService.cs) | Service used for orchestrating the incoming deploymens. | \n\n### Limitations\n\nThe package only uses file-based packing and orchestrating.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomniaretail%2Fzapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomniaretail%2Fzapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomniaretail%2Fzapp/lists"}