{"id":37044382,"url":"https://github.com/buhlergroup/data-mapper-dotnet","last_synced_at":"2026-01-14T05:07:38.778Z","repository":{"id":38107558,"uuid":"388366429","full_name":"buhlergroup/data-mapper-dotnet","owner":"buhlergroup","description":"The data mapper allows developers to map data from one schema to another by defining a mapping file that can be managed by non-technical staff.","archived":false,"fork":false,"pushed_at":"2023-08-23T15:05:00.000Z","size":131,"stargazers_count":4,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-11T01:57:11.184Z","etag":null,"topics":["data","dotnet","mapping","schema","transform"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Buhlergroup.DataMapper/","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/buhlergroup.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"license","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null}},"created_at":"2021-07-22T07:20:03.000Z","updated_at":"2025-01-28T23:06:29.000Z","dependencies_parsed_at":"2023-02-14T05:47:15.054Z","dependency_job_id":null,"html_url":"https://github.com/buhlergroup/data-mapper-dotnet","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/buhlergroup/data-mapper-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buhlergroup%2Fdata-mapper-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buhlergroup%2Fdata-mapper-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buhlergroup%2Fdata-mapper-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buhlergroup%2Fdata-mapper-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buhlergroup","download_url":"https://codeload.github.com/buhlergroup/data-mapper-dotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buhlergroup%2Fdata-mapper-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28410200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["data","dotnet","mapping","schema","transform"],"created_at":"2026-01-14T05:07:38.054Z","updated_at":"2026-01-14T05:07:38.768Z","avatar_url":"https://github.com/buhlergroup.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Mapper for dotnet\n\n[![Nuget](https://img.shields.io/nuget/v/Buhlergroup.DataMapper?color=blue)](https://www.nuget.org/packages/Buhlergroup.DataMapper/)\n[![CI - Build \u0026 Test](https://github.com/buhlergroup/data-mapper-dotnet/actions/workflows/CI-build-test.yml/badge.svg)](https://github.com/buhlergroup/data-mapper-dotnet/actions/workflows/CI-build-test.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=buhlergroup_data-mapper-dotnet\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=buhlergroup_data-mapper-dotnet)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=buhlergroup_data-mapper-dotnet\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=buhlergroup_data-mapper-dotnet)\n\nThe **data-mapper-dotnet** allows developers to map data from one schema to another by defining a mapping file that can be managed by non-technical staff.\n\n![Data Mapper](./docs/assets/data-mapper.svg)\n\n## Idea\n\nThe data mapper can be used as part of an interface between two IT systems.\n\n![System Context](./docs/assets/l1-system-context.dio.svg)\n\nThe developer can focus on implementing the interface while the project manager can define the mapping in a json file.\nThis way the interface can easily be adjusted if by a project manager without the need of a developer.\n\n## How to use\n\nThere are two parts to the library to use it. One is the technical implementation for the developer and one is the mapping for the non-technical staff.\n\n### Library\n\n1. Install the [package via NuGet](https://www.nuget.org/packages/Buhlergroup.DataMapper/)\n2. If you're using dependency injection you can use the `AddDataMapper` extension method.\n\n```csharp\nusing Buhlergroup.DataMapper;\n...\nvar host = new HostBuilder()\n    .ConfigureServices(s =\u003e\n    {\n        ...\n        s.AddDataMapper();\n    })\n    .Build();\n```\n\n3. Now an instance of `IMapper` can be injected into any class.\n\nCheck the [Development Docs](./docs/Development.md) to get an overview of how the library can be used and how it's structured.\n\n### Mapping\n\nCheck the [Mapping Docs](./docs/Mapping.md) to see how the mapping file works and what it can do for you.\n\n## Contribute\n\nVisit the [contribution page](https://github.com/buhlergroup/data-mapper-dotnet/contribute) to see how you can contribute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuhlergroup%2Fdata-mapper-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuhlergroup%2Fdata-mapper-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuhlergroup%2Fdata-mapper-dotnet/lists"}