HighTechInnovators.RxDatasets.InMemoryDataset 0.1.0-dev.280

This is a prerelease version of HighTechInnovators.RxDatasets.InMemoryDataset.
dotnet add package HighTechInnovators.RxDatasets.InMemoryDataset --version 0.1.0-dev.280                
NuGet\Install-Package HighTechInnovators.RxDatasets.InMemoryDataset -Version 0.1.0-dev.280                
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.InMemoryDataset" Version="0.1.0-dev.280" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HighTechInnovators.RxDatasets.InMemoryDataset --version 0.1.0-dev.280                
#r "nuget: HighTechInnovators.RxDatasets.InMemoryDataset, 0.1.0-dev.280"                
#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.
// Install HighTechInnovators.RxDatasets.InMemoryDataset as a Cake Addin
#addin nuget:?package=HighTechInnovators.RxDatasets.InMemoryDataset&version=0.1.0-dev.280&prerelease

// Install HighTechInnovators.RxDatasets.InMemoryDataset as a Cake Tool
#tool nuget:?package=HighTechInnovators.RxDatasets.InMemoryDataset&version=0.1.0-dev.280&prerelease                
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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.0-dev.280 52 a month ago
0.1.0-dev.274 46 2 months ago
0.1.0-dev.273 46 2 months ago
0.1.0-dev.272 44 2 months ago
0.1.0-dev.260 45 2 months ago
0.1.0-dev.250 53 2 months ago
0.1.0-dev.244 46 2 months ago
0.1.0-dev.224 91 3 months ago
0.1.0-dev.220 59 3 months ago
0.1.0-dev.212 63 4 months ago
0.1.0-dev.197 49 4 months ago
0.1.0-dev.149 67 5 months ago
0.1.0-dev.137 55 5 months ago
0.1.0-dev.135 53 5 months ago
0.1.0-dev.133 50 5 months ago
0.1.0-dev.121 63 5 months ago
0.1.0-dev.71 60 6 months ago
0.1.0-dev.65 56 6 months ago
0.1.0-dev.64 62 6 months ago
0.1.0-dev.62 55 6 months ago
0.1.0-dev.52.jsonoutput.7 78 7 months ago
0.1.0-dev.52.jsonoutput.6 64 7 months ago
0.1.0-dev.52.jsonoutput.5 70 7 months ago
0.1.0-dev.40 62 7 months ago
0.1.0-dev.37 59 7 months ago
0.1.0-dev.29 70 8 months ago
0.1.0-dev.27 64 8 months ago
0.1.0-dev.25.addS3Implement... 52 8 months ago
0.1.0-dev.22.different-ensu... 60 8 months ago
0.1.0-dev.21 62 8 months ago
0.1.0-dev.19 56 8 months ago
0.1.0-dev.17 61 8 months ago
0.0.1-uploadtest.2 57 8 months ago
0.0.1-uploadtest.1 55 8 months ago