HighTechInnovators.RxDatasets 0.11.0-dev.23

This is a prerelease version of HighTechInnovators.RxDatasets.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HighTechInnovators.RxDatasets --version 0.11.0-dev.23
                    
NuGet\Install-Package HighTechInnovators.RxDatasets -Version 0.11.0-dev.23
                    
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" Version="0.11.0-dev.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HighTechInnovators.RxDatasets" Version="0.11.0-dev.23" />
                    
Directory.Packages.props
<PackageReference Include="HighTechInnovators.RxDatasets" />
                    
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 --version 0.11.0-dev.23
                    
#r "nuget: HighTechInnovators.RxDatasets, 0.11.0-dev.23"
                    
#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@0.11.0-dev.23
                    
#: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&version=0.11.0-dev.23&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=HighTechInnovators.RxDatasets&version=0.11.0-dev.23&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 (12)

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

Package Downloads
HighTechInnovators.RxDatasets.StorageProvider.Minio

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.AzBlob

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.S3

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

HighTechInnovators.RxDatasets.Reporting

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.18.0-dev.7 49 3/17/2026
0.17.0 109 3/17/2026
0.17.0-dev.5.dotnet10.1 59 2/26/2026
0.17.0-dev.1.writeresponse-... 66 1/28/2026
0.16.0 316 1/26/2026
0.16.0-dev.6 70 1/26/2026
0.16.0-dev.4.hierarchical-i... 70 12/30/2025
0.16.0-dev.4.hierarchical-i... 60 12/30/2025
0.16.0-dev.4.hierarchical-i... 59 12/30/2025
0.16.0-dev.4.hierarchical-i... 72 12/30/2025
0.16.0-dev.4.hierarchical-i... 67 12/29/2025
0.16.0-dev.4.hierarchical-i... 66 12/29/2025
0.16.0-dev.4.hierarchical-i... 67 12/29/2025
0.16.0-dev.4.hierarchical-i... 83 12/29/2025
0.16.0-dev.4.gcs-rate-limit... 66 12/30/2025
0.16.0-dev.4.gcs-rate-limit... 75 12/30/2025
0.16.0-dev.4 67 12/30/2025
0.16.0-dev.1.hierarchical-i... 65 12/29/2025
0.15.0 400 12/23/2025
0.11.0-dev.23 245 8/5/2025
Loading failed