{"id":31890012,"url":"https://github.com/calku0/jsagrosyncservices","last_synced_at":"2026-05-05T04:32:44.398Z","repository":{"id":313612021,"uuid":"1041029338","full_name":"calKU0/JSAGROSyncServices","owner":"calKU0","description":"🚀 Windows Service for automating Allegro product import, category enrichment, image uploads, and offer synchronization.","archived":false,"fork":false,"pushed_at":"2025-10-06T10:47:31.000Z","size":4340,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-06T12:31:07.862Z","etag":null,"topics":["allegro","allegro-api","api","api-rest","automation","commercial","dotnet","dotnet-framework","service","sql","sql-server","wpf"],"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/calKU0.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-19T21:53:04.000Z","updated_at":"2025-10-06T10:47:35.000Z","dependencies_parsed_at":"2025-09-07T10:19:36.727Z","dependency_job_id":"6e907a29-7928-4a31-9919-fe46a9c22d4e","html_url":"https://github.com/calKU0/JSAGROSyncServices","commit_stats":null,"previous_names":["calku0/jsagroallegrosync","calku0/jsagrosyncservices"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/calKU0/JSAGROSyncServices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FJSAGROSyncServices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FJSAGROSyncServices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FJSAGROSyncServices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FJSAGROSyncServices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calKU0","download_url":"https://codeload.github.com/calKU0/JSAGROSyncServices/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FJSAGROSyncServices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014113,"owners_count":26085462,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["allegro","allegro-api","api","api-rest","automation","commercial","dotnet","dotnet-framework","service","sql","sql-server","wpf"],"created_at":"2025-10-13T07:17:04.629Z","updated_at":"2026-04-28T23:38:09.169Z","avatar_url":"https://github.com/calKU0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSAGROSyncServices\n\n\u003e Commercial project - part of a private or client-facing initiative.\n\n## Overview\n\n**JSAGROSyncServices** is a collection of Windows worker services and a WPF configurator that automate product and order synchronization between JSAGRO data sources (Gaska/Rolmar) and marketplace platforms (Allegro, Erli). Each service runs independently, focuses on a single integration flow, and ships with structured logging.\n\n## Solution Layout\n\n### Worker Services (`net10.0`)\n\n- `Allegro.JSAGRO.Gaska.ProductsService` - synchronizes Gaska products into JSAGRO Allegro account.\n- `Allegro.JSAGRO.Gaska.OrdersService` - synchronizes Allegro from JSAGRO account orders and creates orders in Gąska supplier.\n- `Allegro.JSAGRO.Rolmar.ProductsService` - synchronizes Rolmar products into JSAGRO Allegro account.\n- `Allegro.JSAGRO.Erli.ProductsService` - synchronizes JSAGRO Allegro offers into Erli.\n- `Allegro.JSAGRO2.Gaska.ProductsService` - synchronizes Gaska products into JSAGRO2 Allegro account.\n- `Allegro.JSAGRO2.Gaska.OrdersService` - synchronizes Allegro orders from JSAGRO2 account and creates orders in Gąska supplier.\n- `Allegro.JSAGRO2.Rolmar.ProductsService` - synchronizes Rolmar products into JSAGRO2 Allegro account.\n### Shared Libraries\n\n- `JSAGROSyncServices.Contracts` - shared contracts (DTOs, models, settings, interfaces, enums).\n- `JSAGROSyncServices.Infrastructure` - shared infrastructure (logging, data access, SQL Server migrations).\n\n### Desktop Tooling (`net8.0-windows`)\n\n- `ServiceManager` - WPF configurator and service monitor for runtime settings and log viewing.\n\n## Features\n\n- Product catalog and offer synchronization\n- Order import workflows\n- Image processing and uploads\n- SQL Server-backed state and migrations\n- Serilog-based structured logging\n\n## Screenshots\n\n### Configurator - Log View\n\n![Configurator Log](./Screenshots/log_view.png)\n\n### Configurator - Settings\n\n![Configurator Settings](./Screenshots/settings_view.png)\n\n## Technologies Used\n\n- **Frameworks:** .NET 10 Worker Service, .NET 8 WPF\n- **Language:** C#\n- **Data Sources \u0026 Targets:** REST APIs (Gaska, Allegro, Erli)\n- **Database:** SQL Server\n- **Data Access:** Dapper\n- **Logging:** Serilog\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n© 2025-present [calKU0](https://github.com/calKU0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalku0%2Fjsagrosyncservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalku0%2Fjsagrosyncservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalku0%2Fjsagrosyncservices/lists"}