Fdw.Services.Etl.Projects
1.0.0-rc.9
dotnet add package Fdw.Services.Etl.Projects --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Services.Etl.Projects -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Services.Etl.Projects" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Services.Etl.Projects" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Services.Etl.Projects" />
paket add Fdw.Services.Etl.Projects --version 1.0.0-rc.9
#r "nuget: Fdw.Services.Etl.Projects, 1.0.0-rc.9"
#:package Fdw.Services.Etl.Projects@1.0.0-rc.9
#addin nuget:?package=Fdw.Services.Etl.Projects&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Services.Etl.Projects&version=1.0.0-rc.9&prerelease
Fdw.Services.Etl.Projects
ETL project definitions and their orchestration types.
This package declares 1 interface(s), 2 service/provider type(s), 5 model(s).
Options (4)
| Type | Kind | Purpose |
|---|---|---|
OrchestrationNodeConfigurationCommand |
class | ConfigurationCommands TypeOption for the OrchestrationNode configuration domain. Targets the… |
ProjectConfigurationCommand |
class | ConfigurationCommands TypeOption for the Project configuration domain. Targets the pipe.Project table. |
StageConfigurationCommand |
class | ConfigurationCommands TypeOption for the Stage configuration domain. Targets the pipe.ProjectStage table. |
StepConfigurationCommand |
class | ConfigurationCommands TypeOption for the Step configuration domain. Targets the pipe.StageStep table. |
Contracts (1)
| Type | Kind | Purpose |
|---|---|---|
IOrchestrationNodeOrchestrator |
interface | Executes an orchestration node tree recursively. Branch nodes (CanHostPipelines=false) execute children… |
Services (2)
| Type | Kind | Purpose |
|---|---|---|
OrchestrationNodeConfigurationProvider |
class | Configuration provider for OrchestrationNode — the blessed self-referencing-tree carve-out. |
OrchestrationNodeOrchestratorBackgroundService |
class | Background service that dequeues orchestration node execution requests and dispatches them to in… |
Records (5)
| Type | Kind | Purpose |
|---|---|---|
OrchestrationNodeExecutionRequest |
class | Work item enqueued by endpoints and dequeued by the orchestrator background service. Uses the root… |
OrchestrationNodeLineageRecord |
class | Internal query record for reading pipe.OrchestrationNode rows for the lineage graph. Replaces the v1… |
OrchestrationNodePipelineLineageRecord |
class | Internal query record for reading pipe.OrchestrationNodePipeline rows for the lineage graph. Represents… |
OrchestrationNodePipelinePrerequisiteLineageRecord |
class | Internal query record for reading pipe.OrchestrationNodePipelinePrerequisite rows for the lineage graph.… |
ProjectExecutionRequest |
class | Work item enqueued by endpoints and dequeued by the project orchestrator background service. |
Types (19)
| Type | Kind | Purpose |
|---|---|---|
EffectivePolicyResolver |
class | Resolves the effective (fully-inherited) policy snapshot for a Project, Stage, or Step by walking the… |
ExecutionCompletionSignaler |
class | Singleton TCS registry allowing the project orchestrator to await pipeline completion without polling.… |
ExecutionPolicyElevationValidator<T> |
class | Reusable FluentValidation validator that applies policy elevation rules from a parent effective… |
OrchestrationNodeConfigurationLog |
class | MessageLogging for ETL orchestration node configuration operations. EventId range: 6532–6565 (reuses… |
OrchestrationNodeConfigurationValidator |
class | FluentValidation validator for . Validates name, NodeTypeId, parent constraints, policy fields, and… |
OrchestrationNodeConfigurationWriter |
class | Validates and persists records. Calls FluentValidation before persist, and invalidates the… |
OrchestrationNodeExecutionQueue |
class | Channel-based bounded queue for orchestration node execution requests. Provides backpressure by… |
OrchestrationNodeOrchestrator |
class | Recursive orchestration engine for the OrchestrationNode hierarchy. Branch nodes… |
OrchestrationNodeOrchestratorLog |
class | MessageLogging for OrchestrationNode orchestrator operations. EventId range: 8180-8199. |
OrchestrationTypes |
class | Three-phase DI registration for ETL project orchestration services. Registers the OrchestrationNode… |
PolicyElevationValidator |
class | Stateless implementation of . Enforces the rule that child policy fields can only be equal to or… |
ProjectConfigurationLog |
class | MessageLogging for ETL project orchestration configuration operations. EventId range: 6532–6565 (extends… |
Installation
dotnet add package Fdw.Services.Etl.Projects --prerelease
Dependencies
Fdw.Commands.Data · Fdw.Commands.Data.Extensions · Fdw.Configuration · Fdw.Data · Fdw.Data.Lineage · Fdw.MessageLogging.Abstractions · Fdw.Operations.Abstractions · Fdw.Operations.Endpoints · Fdw.Results · Fdw.Services · Fdw.Services.Abstractions · Fdw.Services.Authentication.Abstractions · Fdw.Services.Data.Abstractions · Fdw.Services.Etl · Fdw.Services.Etl.Abstractions · Fdw.Services.Pipelines · Fdw.Services.Resiliency
Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.Configuration.SourceGenerators · Fdw.Data.SourceGenerators · Fdw.MessageLogging.SourceGenerators
Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.
| 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
- Cronos (>= 0.13.0)
- FastEndpoints (>= 8.1.0)
- FastEndpoints.Swagger (>= 8.1.0)
- Fdw.Commands.Data (>= 1.0.0-rc.9)
- Fdw.Commands.Data.Fluency (>= 1.0.0-rc.9)
- Fdw.Configuration (>= 1.0.0-rc.9)
- Fdw.Data (>= 1.0.0-rc.9)
- Fdw.Data.Lineage (>= 1.0.0-rc.9)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Operations.Abstractions (>= 1.0.0-rc.9)
- Fdw.Operations.Endpoints (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Services (>= 1.0.0-rc.9)
- Fdw.Services.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Authentication.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Etl (>= 1.0.0-rc.9)
- Fdw.Services.Etl.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Pipelines (>= 1.0.0-rc.9)
- Fdw.Services.Resiliency (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.10)
- Microsoft.AspNetCore.Http (>= 2.3.10)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.10)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Caching.Memory (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.Configuration.CommandLine (>= 10.0.10)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.10)
- Microsoft.Extensions.Configuration.Json (>= 10.0.10)
- Microsoft.Extensions.Configuration.UserSecrets (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Http (>= 10.0.10)
- Microsoft.Extensions.Identity.Core (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging.Console (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.22.0)
- Microsoft.IdentityModel.Tokens (>= 8.22.0)
- Microsoft.OData.Edm (>= 8.4.3)
- Microsoft.OpenApi.Readers (>= 1.6.29)
- Newtonsoft.Json (>= 13.0.3)
- Polly.Core (>= 8.6.6)
- Serilog (>= 4.3.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.22.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fdw.Services.Etl.Projects:
| Package | Downloads |
|---|---|
|
Fdw.Services.Etl.Projects.Registration
Development tools and utilities for the Fdw ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.9 | 55 | 8/25/2026 |
| 1.0.0-rc.8 | 44 | 8/25/2026 |
| 1.0.0-rc.6.1 | 53 | 8/20/2026 |
| 1.0.0-rc.6 | 74 | 8/20/2026 |
| 1.0.0-rc.5 | 115 | 8/19/2026 |
| 1.0.0-rc.4 | 51 | 8/19/2026 |
| 1.0.0-rc.3 | 101 | 8/17/2026 |
| 1.0.0-rc.1 | 58 | 8/10/2026 |