Fdw.Calculations.Endpoints
1.0.0-rc.9
dotnet add package Fdw.Calculations.Endpoints --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Calculations.Endpoints -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Calculations.Endpoints" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Calculations.Endpoints" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Calculations.Endpoints" />
paket add Fdw.Calculations.Endpoints --version 1.0.0-rc.9
#r "nuget: Fdw.Calculations.Endpoints, 1.0.0-rc.9"
#:package Fdw.Calculations.Endpoints@1.0.0-rc.9
#addin nuget:?package=Fdw.Calculations.Endpoints&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Calculations.Endpoints&version=1.0.0-rc.9&prerelease
Fdw.Calculations.Endpoints
Endpoint bases for calculation operations.
Endpoint base classes for this domain's HTTP surface. A host closes over a base with a sealed endpoint that supplies its route; the base supplies the validate → service → map → send shape.
An endpoint is an HTTP orchestrator. It does not open a gateway, and it does not carry business logic — anything a background job would also need belongs in the service.
Endpoint bases
| Type | Kind | Purpose |
|---|---|---|
ComputeGroupedStatSetEndpointBase |
class | Base endpoint for computing grouped statistical summaries (StatSet) with dimensions. |
ComputeStatSetEndpointBase |
class | Base endpoint for computing statistical summaries (StatSet) for specified columns. |
CreateCalculationEntityEndpointBase |
class | Base endpoint for creating a calculation entity. Route: POST /calculation-entities |
DeleteCalculationEntityEndpointBase |
class | Base endpoint for deleting a calculation entity (soft delete). Route: DELETE /calculation-entities/{id} |
ExecuteCalculationEndpointBase |
class | Base endpoint for executing a calculation on provided values. |
ExecuteCalculationEntityEndpointBase |
class | Base endpoint for executing a calculation entity. Route: POST /calculation-entities/{id}/execute |
GetCalculationEntityEndpointBase |
class | Base endpoint for getting a calculation entity by ID. Route: GET /calculation-entities/{id} |
ListCalculationEntitiesEndpointBase |
class | Base endpoint for listing calculation entities. Route: GET /calculation-entities |
ListCalculationTypesEndpointBase |
class | Base endpoint for listing all available calculation types — the unified catalog (codified + configured)… |
ListPeriodComparisonTypesEndpointBase |
class | Base endpoint for listing all available period comparison types. |
ListVisualizationTypesEndpointBase |
class | Base endpoint for listing all available visualization types. |
PreviewCalculationEndpointBase |
class | Base endpoint for previewing a calculation with sample data. |
UpdateCalculationEntityEndpointBase |
class | Base endpoint for updating a calculation entity. Route: PUT /calculation-entities/{id} |
ValidateFormulaEndpointBase |
class | Base endpoint for validating a formula expression. Route: POST /calculation-entities/validate-formula |
WindowedCalculationEndpointBase |
class | Base endpoint for executing a windowed calculation. Route: POST /calculations/windowed |
Request and response models
Endpoint-layer models are named Request / Response; the client layer names its equivalents Payload. The two layers are deliberately separate.
| Type | Kind | Purpose |
|---|---|---|
CalculationEntityIdRequest |
class | Request with a calculation entity ID. |
CreateCalculationEntityRequest |
class | Request to create a new calculation entity. |
ExecuteCalculationEntityRequest |
class | Request to execute a calculation entity. |
ExecuteCalculationEntityResponse |
class | Response from executing a calculation entity. |
UpdateCalculationEntityRequest |
class | Request to update an existing calculation entity. |
ValidateFormulaRequest |
class | Request to validate a formula expression. |
ValidateFormulaResponse |
class | Response from validating a formula expression. |
WindowedCalculationRequest |
class | Request to execute a windowed calculation. |
WindowedCalculationResponse |
class | Response from a windowed calculation execution. |
WindowedOrderFieldResponse |
class | Specifies a field and sort direction for windowed calculation ordering. |
Installation
dotnet add package Fdw.Calculations.Endpoints --prerelease
Dependencies
Fdw.Calculations · Fdw.Calculations.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Results · Fdw.Services.Calculations.Abstractions · Fdw.Services.Data.Abstractions · Fdw.Validation.FastEndpoints · Fdw.Web.Calculations.Clients · Fdw.Web.RestEndpoints
Build-time only (generators and analyzers, not runtime dependencies): 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.Calculations (>= 1.0.0-rc.9)
- Fdw.Calculations.Abstractions (>= 1.0.0-rc.9)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Services.Calculations.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Validation.FastEndpoints (>= 1.0.0-rc.9)
- Fdw.Web.Calculations.Clients (>= 1.0.0-rc.9)
- Fdw.Web.RestEndpoints (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- 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
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 |
|---|---|---|
| 1.0.0-rc.9 | 56 | 8/25/2026 |
| 1.0.0-rc.8 | 34 | 8/25/2026 |
| 1.0.0-rc.6.1 | 48 | 8/20/2026 |
| 1.0.0-rc.6 | 58 | 8/20/2026 |
| 1.0.0-rc.5 | 117 | 8/19/2026 |
| 1.0.0-rc.4 | 54 | 8/19/2026 |
| 1.0.0-rc.3 | 88 | 8/17/2026 |
| 1.0.0-rc.1 | 71 | 8/10/2026 |