DataSolutionAutomation 2.1.0
dotnet add package DataSolutionAutomation --version 2.1.0
NuGet\Install-Package DataSolutionAutomation -Version 2.1.0
<PackageReference Include="DataSolutionAutomation" Version="2.1.0" />
<PackageVersion Include="DataSolutionAutomation" Version="2.1.0" />
<PackageReference Include="DataSolutionAutomation" />
paket add DataSolutionAutomation --version 2.1.0
#r "nuget: DataSolutionAutomation, 2.1.0"
#:package DataSolutionAutomation@2.1.0
#addin nuget:?package=DataSolutionAutomation&version=2.1.0
#tool nuget:?package=DataSolutionAutomation&version=2.1.0
NOTE: the formal Data Solution Automation Schema documentation is now available on Github pages.
Generic Metadata Schema for Data Solution Automation
Intent
To provide a collaborative space to discuss an exchange format concerning data logistics generation metadata, supporting Data Solution Automation. This adapter should contain all metadata necessary to generate the transformation logic for a Data Warehouse solution.
Links / structure
The following directories have been set up:
- Generic interface, containing the Json schema definition.
- Class Library (DataSolutionAutomation) containing the object model for deserialization, as well as various utility classes such as validation of files against the Json schema definition.
- Code examples (examples_handlebars), containing C# examples using the generic interface for various purposes.
- Regression test project (test_project)
Hypothesis
Across most, if not all, metadata models there is a core set of information that is required for any generation of ETL. If we can separate this from the UI / management of metadata we could have an exchange format that allows anyone to 'plug in' their own desired technology.
Examples:
- Agnostic Data Labs implements this schema and provides a dedicated UI and out of the box templates.
- 'TEAM' has the intent to separate UI with a view of limiting data entry and validation, but does not focus on SQL generation. Rather, these functions are separated by an adapter that is accessible as Json or database view.
Requirements
The fundamental requirements of the metadata adapter are:
- Containing all metadata required to generate ETL output. This notably includes:
- source-to-target mappings
- physical model metadata (columns and tables, data types etc.)
- connectivity information, or proxy
- Text-based to support version control
Background
In the Data Solution Automation (DSA) domain there are many specialists (i.e. ETL developers, Data Warehouse and Data Architects, BI analysts etc.) who have been, or are working on, proprietary meta models to support forward-engineering of code and designs.
Some of these are built inside existing tools (i.e. ERwin, Power Designer) using SDKs or macros. Others use different development frameworks (.net, Java) and most use differently modelled repositories or file formats to persist data on disk.
This is in addition to the many off-the-shelf DSA platforms, each of which has their own repository and format as well.
In the broader sense of meritocracy, it is worth pursuing if a common exchange format for metadata can be defined in a way that any developer can develop to in whatever technology or way their passion drives them.
Working guidelines
For any change, create a new branch (no direct commits to the main branch).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Handlebars.Net (>= 2.1.4)
- Newtonsoft.Json (>= 13.0.3)
- Newtonsoft.Json.Schema (>= 3.0.15)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0 | 40 | 5/14/2026 |