MeshWeaver.DataCubes
2.1.0
dotnet add package MeshWeaver.DataCubes --version 2.1.0
NuGet\Install-Package MeshWeaver.DataCubes -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MeshWeaver.DataCubes" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.DataCubes" Version="2.1.0" />
<PackageReference Include="MeshWeaver.DataCubes" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MeshWeaver.DataCubes --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MeshWeaver.DataCubes, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=MeshWeaver.DataCubes&version=2.1.0
#tool nuget:?package=MeshWeaver.DataCubes&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MeshWeaver.DataCubes
MeshWeaver.DataCubes provides the foundational infrastructure for working with multidimensional data cubes in the MeshWeaver ecosystem. It serves as the base library for pivot table operations, data aggregation, and dimensional analysis.
Overview
The library provides:
- Core data cube abstractions
- Dimension management
- Aggregation functions
- Cube operations (slice, dice, roll-up, drill-down)
- Pivot table support
Architecture
Data Cube Structure
graph TD
A[Data Cube] --> B[Dimensions]
A --> C[Measures]
B --> D[Hierarchies]
B --> E[Members]
C --> F[Values]
C --> G[Aggregations]
Features
Cube Operations
- Slice and dice
- Roll-up and drill-down
- Pivot and unpivot
- Cross-tabulation
Aggregation Support
- Multiple aggregation types
- Custom aggregation functions
- Partial aggregations
- Running totals
Best Practices
Dimension Design
- Keep hierarchies balanced
- Use meaningful member IDs
- Consider aggregation paths
- Handle missing members
Performance Optimization
- Pre-aggregate common views
- Cache frequent queries
- Use appropriate indexes
- Optimize member hierarchies
Memory Management
- Control cube size
- Use sparse storage
- Implement cleanup
- Monitor memory usage
Related Projects
- MeshWeaver.DataCubes.Pivot - Pivot table implementations
- MeshWeaver.Data - Core data framework
- MeshWeaver.Hierarchies - Hierarchical data support
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- AspectCore.Extensions.Reflection (>= 2.4.0)
- MeshWeaver.DataCubes.Abstractions (>= 2.1.0)
- MeshWeaver.Domain (>= 2.1.0)
- MeshWeaver.Reflection (>= 2.1.0)
- MeshWeaver.ServiceProvider (>= 2.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MeshWeaver.DataCubes:
Package | Downloads |
---|---|
MeshWeaver.Reporting
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 68 | 4/6/2025 |
2.0.3 | 478 | 3/24/2025 |
2.0.2 | 447 | 3/24/2025 |
2.0.1 | 98 | 3/21/2025 |
2.0.0 | 147 | 3/20/2025 |
2.0.0-preview3 | 85 | 2/28/2025 |
2.0.0-Preview2 | 91 | 2/10/2025 |
2.0.0-preview1 | 91 | 1/6/2025 |
1.0.1 | 122 | 10/8/2024 |
1.0.0 | 114 | 10/8/2024 |