HighTechInnovators.RxDatasets.DatasetWatcher
0.1.0-dev.220
See the version list below for details.
dotnet add package HighTechInnovators.RxDatasets.DatasetWatcher --version 0.1.0-dev.220
NuGet\Install-Package HighTechInnovators.RxDatasets.DatasetWatcher -Version 0.1.0-dev.220
<PackageReference Include="HighTechInnovators.RxDatasets.DatasetWatcher" Version="0.1.0-dev.220" />
<PackageVersion Include="HighTechInnovators.RxDatasets.DatasetWatcher" Version="0.1.0-dev.220" />
<PackageReference Include="HighTechInnovators.RxDatasets.DatasetWatcher" />
paket add HighTechInnovators.RxDatasets.DatasetWatcher --version 0.1.0-dev.220
#r "nuget: HighTechInnovators.RxDatasets.DatasetWatcher, 0.1.0-dev.220"
#:package HighTechInnovators.RxDatasets.DatasetWatcher@0.1.0-dev.220
#addin nuget:?package=HighTechInnovators.RxDatasets.DatasetWatcher&version=0.1.0-dev.220&prerelease
#tool nuget:?package=HighTechInnovators.RxDatasets.DatasetWatcher&version=0.1.0-dev.220&prerelease
Sonar Statistics:
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 persisantly 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 | 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 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. |
-
net8.0
- HighTechInnovators.RxDatasets (>= 0.1.0-dev.220)
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 |
---|---|---|
0.12.1 | 131 | 9/2/2025 |
0.12.0 | 123 | 8/21/2025 |
0.12.0-dev.5 | 109 | 8/20/2025 |
0.11.0 | 214 | 8/5/2025 |
0.11.0-dev.7-fix44.4 | 195 | 8/5/2025 |
0.11.0-dev.7-fix44.3 | 193 | 8/5/2025 |
0.11.0-dev.7-fix44.2 | 197 | 8/5/2025 |
0.11.0-dev.23 | 201 | 8/5/2025 |
0.10.0 | 207 | 4/17/2025 |
0.9.1 | 163 | 3/20/2025 |
0.9.0 | 162 | 3/19/2025 |
0.1.0-dev.324 | 137 | 3/19/2025 |
0.1.0-dev.280 | 78 | 1/28/2025 |
0.1.0-dev.274 | 62 | 1/22/2025 |
0.1.0-dev.273 | 66 | 1/22/2025 |
0.1.0-dev.272 | 63 | 1/22/2025 |
0.1.0-dev.260 | 66 | 1/22/2025 |
0.1.0-dev.250 | 74 | 1/21/2025 |
0.1.0-dev.244 | 63 | 1/21/2025 |
0.1.0-dev.224 | 107 | 12/12/2024 |
0.1.0-dev.220 | 73 | 12/12/2024 |