HighTechInnovators.RxDatasets.Abstractions 0.12.0-dev.5

This is a prerelease version of HighTechInnovators.RxDatasets.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HighTechInnovators.RxDatasets.Abstractions --version 0.12.0-dev.5
                    
NuGet\Install-Package HighTechInnovators.RxDatasets.Abstractions -Version 0.12.0-dev.5
                    
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="HighTechInnovators.RxDatasets.Abstractions" Version="0.12.0-dev.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HighTechInnovators.RxDatasets.Abstractions" Version="0.12.0-dev.5" />
                    
Directory.Packages.props
<PackageReference Include="HighTechInnovators.RxDatasets.Abstractions" />
                    
Project file
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 HighTechInnovators.RxDatasets.Abstractions --version 0.12.0-dev.5
                    
#r "nuget: HighTechInnovators.RxDatasets.Abstractions, 0.12.0-dev.5"
                    
#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.
#:package HighTechInnovators.RxDatasets.Abstractions@0.12.0-dev.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HighTechInnovators.RxDatasets.Abstractions&version=0.12.0-dev.5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=HighTechInnovators.RxDatasets.Abstractions&version=0.12.0-dev.5&prerelease
                    
Install as a Cake Tool
Sonar Statistics:
  • Quality Gate Status

License

This project is licensed under the Common Public Attribution License Version 1.0 (CPAL-1.0).

You may obtain a copy of the License in the LICENSE file.

For more details, you can also refer to the full license text at the SPDX website.

Introduction

Reactive Datasets is a project which provides an efficient way to managing status updates of entities in protobuf format. It persistently stores entities in a disk format (On Azure Blob, S3, or in memory). And it allows for the retrieval of entities in a reactive way, allowing clients to get a list of all changed entities since the last time they checked.

A README for the diskformat used to store entities

Configurations

Cleanup Config Options

  • MinimumAgeToLiveInMinutes - must be at least 120 minutes (default)

  • MinimumSnapshotsToKeep - must be at least 2 snapshots kept (default)

  • KeepAllDeltas = true (default); // When disabled, all deltas leading to the outdated snapshot would be deleted, e.g. lets say we have deltas [1,2,3,4,5,6,7,8,9,10] and snapshots [1,4,7, 10] (assuming a snapshot interval of 3), when snapshot 1,4 are deleted, deltas 1,2,3,4,5,6 would also be deleted since the earliest to keep snapshot would 7

  • IsEnabled = true (default);

Product 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on HighTechInnovators.RxDatasets.Abstractions:

Package Downloads
HighTechInnovators.RxDatasets

A set of libraries that allow the development of Reactive Dataset-servers, using protobuf files a backing storage. Inspired by Netflix Hollow.

HighTechInnovators.RxDatasets.InMemoryDataset

A set of libraries that allow the development of Reactive Dataset-servers, using protobuf files a backing storage. Inspired by Netflix Hollow.

HighTechInnovators.RxDatasets.StorageProvider.LocalDisk

A set of libraries that allow the development of Reactive Dataset-servers, using protobuf files a backing storage. Inspired by Netflix Hollow.

RxDatasets.TestImplementations.InMemoryProvider

A set of libraries that allow the development of Reactive Dataset-servers, using protobuf files a backing storage. Inspired by Netflix Hollow.

RxDatasets.StorageProvider.LocalDisk

A set of libraries that allow the development of Reactive Dataset-servers, using protobuf files a backing storage. Inspired by Netflix Hollow.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.17.0-dev.1.writeresponse-... 46 1/28/2026
0.16.0 263 1/26/2026
0.16.0-dev.6 58 1/26/2026
0.16.0-dev.4.hierarchical-i... 59 12/30/2025
0.16.0-dev.4.hierarchical-i... 54 12/30/2025
0.16.0-dev.4.hierarchical-i... 45 12/30/2025
0.16.0-dev.4.hierarchical-i... 59 12/30/2025
0.16.0-dev.4.hierarchical-i... 61 12/29/2025
0.16.0-dev.4.hierarchical-i... 53 12/29/2025
0.16.0-dev.4.hierarchical-i... 57 12/29/2025
0.16.0-dev.4.hierarchical-i... 73 12/29/2025
0.16.0-dev.4.gcs-rate-limit... 50 12/30/2025
0.16.0-dev.4.gcs-rate-limit... 71 12/30/2025
0.16.0-dev.4 60 12/30/2025
0.16.0-dev.1.hierarchical-i... 52 12/29/2025
0.15.0 399 12/23/2025
0.15.0-history.4 242 12/17/2025
0.15.0-history.3 367 12/11/2025
0.15.0-history.2 389 12/11/2025
0.15.0-history.1 347 12/8/2025
0.15.0-dev.20 143 12/23/2025
0.15.0-dev.18 142 12/22/2025
0.14.1 404 11/25/2025
0.14.0 394 10/29/2025
0.13.0 350 10/28/2025
0.13.0-dev.6 163 9/11/2025
0.12.3 396 9/30/2025
0.12.3-dev.1-gcsratefix.1 160 9/29/2025
0.12.2 429 9/19/2025
0.12.1 457 9/2/2025
0.12.0 320 8/21/2025
0.12.0-dev.5 141 8/20/2025
0.11.0 427 8/5/2025
0.11.0-dev.7-fix44.4 233 8/5/2025
0.11.0-dev.7-fix44.3 219 8/5/2025
0.11.0-dev.7-fix44.2 239 8/5/2025
0.11.0-dev.23 221 8/5/2025
0.10.0 434 4/17/2025
0.9.1 359 3/20/2025
0.9.0 351 3/19/2025
0.1.0-dev.324 161 3/19/2025
0.1.0-dev.280 114 1/28/2025
0.1.0-dev.274 109 1/22/2025
0.1.0-dev.273 117 1/22/2025
0.1.0-dev.272 98 1/22/2025
0.1.0-dev.260 119 1/22/2025
0.1.0-dev.250 115 1/21/2025
0.1.0-dev.244 104 1/21/2025
0.1.0-dev.224 176 12/12/2024
0.1.0-dev.220 97 12/12/2024
0.1.0-dev.212 116 11/11/2024
0.1.0-dev.197 115 11/7/2024
0.1.0-dev.149 104 10/3/2024
0.1.0-dev.137 130 9/26/2024
0.1.0-dev.135 121 9/25/2024
0.1.0-dev.133 94 9/25/2024
0.1.0-dev.121 104 9/24/2024
0.1.0-dev.71 126 9/6/2024
0.1.0-dev.65 116 8/30/2024
0.1.0-dev.64 110 8/30/2024
0.1.0-dev.62 117 8/30/2024
0.1.0-dev.52.jsonoutput.7 140 8/21/2024
0.1.0-dev.52.jsonoutput.6 134 8/20/2024
0.1.0-dev.52.jsonoutput.5 127 8/20/2024
0.1.0-dev.40 130 7/25/2024
0.1.0-dev.37 110 7/24/2024
0.1.0-dev.29 140 7/22/2024
0.1.0-dev.27 113 7/19/2024
0.1.0-dev.25.addS3Implement... 126 7/19/2024
0.1.0-dev.22.different-ensu... 104 7/19/2024
0.1.0-dev.21 135 7/18/2024
0.1.0-dev.19 117 7/17/2024
0.1.0-dev.17 98 7/15/2024
0.0.1-uploadtest.2 118 7/15/2024
0.0.1-uploadtest.1 115 7/15/2024