Flowthru.Extensions.Metadata.Json
0.28.0
See the version list below for details.
dotnet add package Flowthru.Extensions.Metadata.Json --version 0.28.0
NuGet\Install-Package Flowthru.Extensions.Metadata.Json -Version 0.28.0
<PackageReference Include="Flowthru.Extensions.Metadata.Json" Version="0.28.0" />
<PackageVersion Include="Flowthru.Extensions.Metadata.Json" Version="0.28.0" />
<PackageReference Include="Flowthru.Extensions.Metadata.Json" />
paket add Flowthru.Extensions.Metadata.Json --version 0.28.0
#r "nuget: Flowthru.Extensions.Metadata.Json, 0.28.0"
#:package Flowthru.Extensions.Metadata.Json@0.28.0
#addin nuget:?package=Flowthru.Extensions.Metadata.Json&version=0.28.0
#tool nuget:?package=Flowthru.Extensions.Metadata.Json&version=0.28.0
Flowthru.Extensions.Metadata.Json
Emit your Flow's structure and run results as JSON. Registers a metadata provider that
writes a DAG manifest before a run and a run-result file after, so every Flow leaves
behind a machine-readable record of its steps, Catalog Items, and what happened — one
line in ConfigureMetadata.
Mental model
This package adds nothing to what your pipeline does — it extends what you can see. Flowthru already knows its own DAG: which steps exist, which Catalog Items feed them, and how a run turned out. This provider serializes that introspection surface to JSON — a pre-run manifest of the planned DAG and a post-run file of the result. Point a dashboard, a diff tool, or a downstream job at the output directory; the Flow itself is unchanged.
Install
dotnet add package Flowthru.Extensions.Metadata.Json
Register the provider inside ConfigureMetadata, pointing it at an output directory:
services.AddFlowthru(flowthru =>
{
flowthru.ConfigureMetadata(meta =>
{
meta.AddJsonMetadata(opt => opt
.WithOutputDirectory("Metadata"));
});
});
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Flowthru.Core (>= 0.28.0)
- Microsoft.Extensions.Configuration (>= 10.0.4)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Options (>= 10.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Flowthru.Extensions.Metadata.Json:
| Package | Downloads |
|---|---|
|
Flowthru
A type-safe data engineering framework for .NET. Includes CSV, Parquet, and Excel format support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.29.0-preview.123 | 40 | 7/10/2026 |
| 0.28.1-preview.122 | 54 | 7/9/2026 |
| 0.28.0 | 97 | 7/7/2026 |
| 0.28.0-preview.121 | 44 | 7/7/2026 |
| 0.27.1 | 114 | 7/2/2026 |
| 0.27.1-preview.120 | 55 | 7/2/2026 |
| 0.27.0 | 194 | 7/1/2026 |
| 0.27.0-preview.119 | 48 | 7/1/2026 |
| 0.26.0-preview.112 | 61 | 6/5/2026 |
| 0.25.0 | 130 | 6/2/2026 |
| 0.25.0-preview.110 | 61 | 6/2/2026 |
| 0.24.0-preview.108 | 60 | 6/2/2026 |
| 0.21.0 | 119 | 5/24/2026 |
| 0.21.0-preview.101 | 64 | 5/24/2026 |
| 0.20.0 | 108 | 5/23/2026 |
| 0.20.0-preview.100 | 61 | 5/23/2026 |
| 0.19.0-preview.99 | 70 | 5/23/2026 |
| 0.18.5-preview.98 | 69 | 5/22/2026 |
| 0.18.4-preview.97 | 56 | 5/22/2026 |