HighTechInnovators.RxDatasets.Abstractions 0.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HighTechInnovators.RxDatasets.Abstractions --version 0.9.0
                    
NuGet\Install-Package HighTechInnovators.RxDatasets.Abstractions -Version 0.9.0
                    
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.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HighTechInnovators.RxDatasets.Abstractions" Version="0.9.0" />
                    
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.9.0
                    
#r "nuget: HighTechInnovators.RxDatasets.Abstractions, 0.9.0"
                    
#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.
#addin nuget:?package=HighTechInnovators.RxDatasets.Abstractions&version=0.9.0
                    
Install as a Cake Addin
#tool nuget:?package=HighTechInnovators.RxDatasets.Abstractions&version=0.9.0
                    
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.10.0 255 3 months ago
0.9.1 213 4 months ago
0.9.0 208 4 months ago
0.1.0-dev.324 121 4 months ago
0.1.0-dev.280 83 5 months ago
0.1.0-dev.274 61 6 months ago
0.1.0-dev.273 63 6 months ago
0.1.0-dev.272 56 6 months ago
0.1.0-dev.260 65 6 months ago
0.1.0-dev.250 69 6 months ago
0.1.0-dev.244 57 6 months ago
0.1.0-dev.224 110 7 months ago
0.1.0-dev.220 66 7 months ago
0.1.0-dev.212 78 8 months ago
0.1.0-dev.197 63 8 months ago
0.1.0-dev.149 71 9 months ago
0.1.0-dev.137 68 9 months ago
0.1.0-dev.135 68 9 months ago
0.1.0-dev.133 62 9 months ago
0.1.0-dev.121 72 9 months ago
0.1.0-dev.71 73 9/6/2024
0.1.0-dev.65 61 8/30/2024
0.1.0-dev.64 73 8/30/2024
0.1.0-dev.62 66 8/30/2024
0.1.0-dev.52.jsonoutput.7 92 8/21/2024
0.1.0-dev.52.jsonoutput.6 81 8/20/2024
0.1.0-dev.52.jsonoutput.5 75 8/20/2024
0.1.0-dev.40 74 7/25/2024
0.1.0-dev.37 62 7/24/2024
0.1.0-dev.29 88 7/22/2024
0.1.0-dev.27 71 7/19/2024
0.1.0-dev.25.addS3Implement... 57 7/19/2024
0.1.0-dev.22.different-ensu... 67 7/19/2024
0.1.0-dev.21 83 7/18/2024
0.1.0-dev.19 65 7/17/2024
0.1.0-dev.17 65 7/15/2024
0.0.1-uploadtest.2 72 7/15/2024
0.0.1-uploadtest.1 67 7/15/2024