HighTechInnovators.RxDatasets.Abstractions
0.1.0-dev.280
dotnet add package HighTechInnovators.RxDatasets.Abstractions --version 0.1.0-dev.280
NuGet\Install-Package HighTechInnovators.RxDatasets.Abstractions -Version 0.1.0-dev.280
<PackageReference Include="HighTechInnovators.RxDatasets.Abstractions" Version="0.1.0-dev.280" />
paket add HighTechInnovators.RxDatasets.Abstractions --version 0.1.0-dev.280
#r "nuget: HighTechInnovators.RxDatasets.Abstractions, 0.1.0-dev.280"
// Install HighTechInnovators.RxDatasets.Abstractions as a Cake Addin #addin nuget:?package=HighTechInnovators.RxDatasets.Abstractions&version=0.1.0-dev.280&prerelease // Install HighTechInnovators.RxDatasets.Abstractions as a Cake Tool #tool nuget:?package=HighTechInnovators.RxDatasets.Abstractions&version=0.1.0-dev.280&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. |
-
net8.0
- Microsoft.Extensions.Configuration (>= 9.0.1)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.1)
- Microsoft.Extensions.DependencyInjection (>= 9.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.1)
- Microsoft.Extensions.Options (>= 9.0.1)
- Microsoft.Extensions.Options.DataAnnotations (>= 9.0.1)
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.