{"id":31701666,"url":"https://github.com/calku0/techagrosyncservices","last_synced_at":"2026-04-18T07:33:39.605Z","repository":{"id":316636150,"uuid":"1037357326","full_name":"calKU0/TechagroSyncServices","owner":"calKU0","description":"Automates data fetching from supplier APIs and stores it in SQL Server. Built with C# and .NET Framework.","archived":false,"fork":false,"pushed_at":"2025-10-05T20:05:26.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T20:47:23.031Z","etag":null,"topics":["api","commercial","dotnet","dotnet-framework","erp","rest-api","serilog","service","sql","sqlserver","wapro-mag","wapromag","wf-mag","windows-service"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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-13T13:00:49.000Z","updated_at":"2025-10-05T20:05:29.000Z","dependencies_parsed_at":"2025-09-25T20:51:43.273Z","dependency_job_id":"c457370d-1ae8-4f22-a546-eaa5c84e2ac1","html_url":"https://github.com/calKU0/TechagroSyncServices","commit_stats":null,"previous_names":["calku0/teachagroapisync","calku0/techagrosyncservices","calku0/techagroapisync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/calKU0/TechagroSyncServices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FTechagroSyncServices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FTechagroSyncServices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FTechagroSyncServices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FTechagroSyncServices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calKU0","download_url":"https://codeload.github.com/calKU0/TechagroSyncServices/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calKU0%2FTechagroSyncServices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000714,"owners_count":26082837,"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-08T02:00:06.501Z","response_time":56,"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":["api","commercial","dotnet","dotnet-framework","erp","rest-api","serilog","service","sql","sqlserver","wapro-mag","wapromag","wf-mag","windows-service"],"created_at":"2025-10-08T21:06:56.063Z","updated_at":"2026-04-13T12:01:47.671Z","avatar_url":"https://github.com/calKU0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TechagroSyncServices\n\n\u003e 💼 **Commercial Project** — part of a private or client-facing initiative.\n\n## Overview\n\n**TechagroSyncServices** is a set of Windows Services that integrate with multiple supplier APIs to automatically fetch data and insert it into a database.  \nEach service is independently responsible for processing a different supplier’s API and is fully logged using **Serilog**.\n\nAdditionally, the project includes a **Service Manager**, a user-facing interface that allows users to:\n\n- Select which service they want to observe\n- View structured logs in real-time\n- Start, stop, or restart services\n- Monitor service status\n- View or modify service configuration settings\n\nThis makes monitoring and managing all services simple and intuitive.\n\n## Services\n\n- **GaskaSyncService**\n\n  - Fetches data from the **Gaska API** (JSON format)\n  - Inserts parsed records into the database\n\n- **AgrolandSyncService**\n\n  - Fetches data from the **Agroland API** (XML format)\n  - Transforms and stores results in the database\n\n- **AmapartsSyncService**\n\n  - Reads data from **Ama-parts CSV files** downloaded from their website (CSV format)\n  - Cleans and inserts data into the database\n\n- **IntercarsSyncService**\n\n  - Reads data from **Intercars CSV files** downloaded from their website (CSV format)\n  - Cleans and inserts data into the database\n\n- **AgroramiSyncService**\n\n  - Fetches data from the **Agrorami GraphQL API** (JSON format)\n  - Transforms and stores results in the database\n\n- **HermonSyncService**\n\n  - Reads data from **Hermon FTP** (CSV format) and **Hermon API** (JSON format)\n  - Cleans and inserts data into the database\n\n- **RolmarSyncService**\n\n  - Reads data from **Rolmar API** (JSON format)\n  - Transforms and stores results in the database\n\n- **RolnexSyncService**\n\n  - Reads data from **Rolnex CSV files** downloaded from their website (CSV format)\n  - Transforms and stores results in the database\n\n- **AgrobisSyncService**\n\n  - Reads data from **Agrobis API** (JSON format)\n  - Cleans and inserts data into the database\n\n## Features\n\n- Automated supplier data synchronization\n- Format-specific parsing (JSON, XML, CSV)\n- Structured logging with **Serilog**\n- Reliable database integration\n\n## Screenshots\n\n### Configurator - Choosing Service View\n\n![Configurator Service](./Screenshots/service_pick_view.png)\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 Framework\n- **Languages:** C#\n- **Data Sources:** JSON, XML, CSV APIs\n- **Database:** SQL Server\n- **Logging:** Serilog\n\n## License\n\nThis project is proprietary and confidential. See the [LICENSE](LICENSE) file for more information.\n\n---\n\n© 2025-present [calKU0](https://github.com/calKU0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalku0%2Ftechagrosyncservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalku0%2Ftechagrosyncservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalku0%2Ftechagrosyncservices/lists"}