Hiperspace 2.3.7
Prefix ReservedSee the version list below for details.
dotnet add package Hiperspace --version 2.3.7
NuGet\Install-Package Hiperspace -Version 2.3.7
<PackageReference Include="Hiperspace" Version="2.3.7" />
<PackageVersion Include="Hiperspace" Version="2.3.7" />
<PackageReference Include="Hiperspace" />
paket add Hiperspace --version 2.3.7
#r "nuget: Hiperspace, 2.3.7"
#:package Hiperspace@2.3.7
#addin nuget:?package=Hiperspace&version=2.3.7
#tool nuget:?package=Hiperspace&version=2.3.7
Hiperspace
Hiperspace is an Object technology that uses a key-addressable store to expand an application data-model beyond the limits of memory that can be directly referenced in main memory.
Elements are not duplicated or changing to match database shapes.
Elements are serialized directly using Protocol Buffers
to and from key/value structure for storage in memory stores including CXL
expanded and pooled memory, shared cache , local SSD or key-value durable databases.
Elements that are not currently being used are released from main memory, and transparently (and quickly) reloaded when referenced. Memory stores allows petabytes of data to be addressed.
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 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. 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
- Microsoft.Bcl.HashCode (>= 6.0.0)
- protobuf-net.Core (>= 3.2.52)
- System.Numerics.Tensors (>= 9.0.5)
-
net9.0
- Microsoft.Bcl.HashCode (>= 6.0.0)
- protobuf-net.Core (>= 3.2.52)
- System.Numerics.Tensors (>= 9.0.5)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Hiperspace:
Package | Downloads |
---|---|
Hiperspace.Heap
Hiperspace heap store for session, edge and testing purposes |
|
Hiperspace.Rocks
HiperSpace RocksDB adaptor |
|
Hiperspace.SQL
# Hiperspace.SQL Hiperspace.SQL is a full SQL query engine for Hiperspace, supporting the full range of joins, aggregations, and subqueries. Hiperspace.SQL provides the same query functionality as a .NET client can use with LINQ queries, but without the need to write code in C#/F# Hiperspace fully supports point-in-time "time travel" queries that are not possible with Python Data-Frames or DuckDB ## Features - Hiperspace.SQL is not limited to queries of columns within a table, but supports the full navigation of properties of Hiperspace elements - Where a column is a complex object it is returned as a JSON object - Executing a batch of SQL statements return columnar data frames (dictionary of column-name and array of values) - Explain SQL returns the execution plan, detailing the SetSPaces accessed and keys used for search (Key, Index, Scan) - The Parquet method returns a Parquet file that can be used with any Apache Parquet library, or added to DuckDB OLAP store |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.4.6 | 180 | 9/23/2025 |
2.4.4 | 253 | 8/7/2025 |
2.4.2 | 146 | 7/28/2025 |
2.4.0 | 200 | 7/10/2025 |
2.3.8 | 183 | 7/1/2025 |
2.3.7 | 191 | 6/18/2025 |
2.3.3 | 198 | 6/5/2025 |
2.2.2 | 210 | 5/5/2025 |
2.2.1 | 270 | 4/14/2025 |
2.2.0 | 147 | 3/29/2025 |
2.1.3 | 280 | 3/5/2025 |
2.1.1 | 174 | 2/15/2025 |
2.1.0 | 156 | 1/24/2025 |
2.0.0 | 134 | 1/14/2025 |
1.3.9 | 173 | 11/15/2024 |
1.3.3 | 149 | 11/1/2024 |
1.3.1 | 208 | 10/18/2024 |
1.3.0 | 191 | 10/5/2024 |
1.2.31 | 203 | 9/15/2024 |
1.2.26 | 187 | 9/1/2024 |
1.2.18 | 139 | 8/6/2024 |
1.2.12 | 133 | 7/26/2024 |
1.2.9 | 168 | 7/19/2024 |
1.2.8 | 181 | 7/15/2024 |
1.2.4 | 208 | 7/4/2024 |
1.2.0 | 214 | 5/30/2024 |
1.0.46 | 141 | 5/11/2024 |
1.0.40 | 166 | 4/22/2024 |
1.0.34 | 220 | 3/14/2024 |
1.0.28 | 236 | 2/26/2024 |
1.0.27 | 198 | 2/16/2024 |
1.0.24 | 256 | 1/11/2024 |
1.0.23 | 249 | 1/1/2024 |
1.0.1 | 226 | 11/18/2023 |
https://www.cepheis.com/hiperspace/20250618
# Overview
This release is a minor enhancement to Hiperspace to support the generation of streaming cube aggregation processed by `Hiperspace.DB` for real-time analytics. Any Hiperspace that has `CubeDimension` and `CubeFact` with `CubeMeasure` are calculated in near real-time when hosted by `Hiperspace.DB`. Stream aggregation is processed by compiled code, using the compiled access-methods of `HiperSpace` with various frequencies.
| Type |│| When |│| Trigger |│|Notes |
|-|-|-|-|-|-|-|
| Full |│| Often Daily |│| Scheduled |│| reaggregates the base level of Cube fact |
| Delta |│| Continuous |│| Whenever a fact changes |│| aggregates the facts and summaries affected by the change to the fact, *but no others* |
| Dependency |│| Continuous |│| Whenever a `@DeltaIndex` element references by a fact changes |│| aggregates the facts and summaries affected by the change to a fact dependency, *but no others* |
| Related |│| Frequently |│| Whenever a `@DeltaIndex` element related is some way to fact changes |│| aggregates the facts and summaries affected by the change, *but no others* |
| Dimension |│| Frequently |│| Change to a dimension with a `@DeltaIndex` changes |│| Clears any summaries that might now be invalid due to restructure |
| |│| as needed |│| read |│| Any summaries that are not currently stored are recalculated from base facts |
-----
Hiper cubes are also graphs:
* Every `CubeDimension` that provides a `Node` view, also has a *Cube* `Edge` to each of the Cubes created for each `CubeFact`
* Every **Cube** has a *Dimension* `Edge` to each `CubeDimension` that describes a `CubeFact`
* Every **Cube** has a *Drilldown* `Edge`s for each *dimension* of the **Cube**, that either adds a *dimension* to the summary or drills down through the *dimension* hierarchy
-----
The change also includes updates to referenced assemblies