From 6521ec845c0f061736754578fe4ef8396e762ebc Mon Sep 17 00:00:00 2001 From: olivier-tritschler Date: Wed, 15 Oct 2025 15:43:46 -0700 Subject: [PATCH 1/2] Add the SenX persistence provider --- src/Core/IPersistenceProvider.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Core/IPersistenceProvider.cs b/src/Core/IPersistenceProvider.cs index 8cefb4b..098abff 100644 --- a/src/Core/IPersistenceProvider.cs +++ b/src/Core/IPersistenceProvider.cs @@ -57,6 +57,10 @@ public enum PersistenceProviderType /// CosmosDB [Display(Name = "CosmosDB")] CosmosDb, + + /// Warp10 + [Display(Name = "SenX Warp10")] + Warp10 } /// From 165bc8e5580793a3dd489cd9e54d0a625a885ab3 Mon Sep 17 00:00:00 2001 From: olivier-tritschler Date: Mon, 3 Nov 2025 09:07:51 -0800 Subject: [PATCH 2/2] Bump the versions for the Warp10 persistence provider release --- src/Core/ScaleOut.Streaming.DigitalTwin.Core.csproj | 4 ++-- .../Scaleout.DigitalTwin.Workbench.MachineLearning.csproj | 4 ++-- src/Workbench/Scaleout.DigitalTwin.Workbench.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Core/ScaleOut.Streaming.DigitalTwin.Core.csproj b/src/Core/ScaleOut.Streaming.DigitalTwin.Core.csproj index 328dc56..822dfe0 100644 --- a/src/Core/ScaleOut.Streaming.DigitalTwin.Core.csproj +++ b/src/Core/ScaleOut.Streaming.DigitalTwin.Core.csproj @@ -12,12 +12,12 @@ https://github.com/scaleoutsoftware/DigitalTwinCore-dotnet Scaleout.Streaming.DigitalTwin.Core - 5.3.0 + 5.4.0 Core classes and interfaces that support ScaleOut Digital Twins™. LICENSE.txt ScaleOutDigitalTwins-Logo-128x128@2x.png scaleout digital twin core - Adds a new RemoveRealTimeTwin abstract method to the ProcessingContext class and a new Remove value to the ProcessingResult enum. + Add a new persistence provider for SenX Warp10. True True ScaleOut DigitalTwin Builder™ Core Types diff --git a/src/Scaleout.DigitalTwin.Workbench.MachineLearning/Scaleout.DigitalTwin.Workbench.MachineLearning.csproj b/src/Scaleout.DigitalTwin.Workbench.MachineLearning/Scaleout.DigitalTwin.Workbench.MachineLearning.csproj index c2a29c1..5b3277d 100644 --- a/src/Scaleout.DigitalTwin.Workbench.MachineLearning/Scaleout.DigitalTwin.Workbench.MachineLearning.csproj +++ b/src/Scaleout.DigitalTwin.Workbench.MachineLearning/Scaleout.DigitalTwin.Workbench.MachineLearning.csproj @@ -3,7 +3,7 @@ netstandard2.1 enable - 5.3.0 + 5.4.0 scaleoutsoftware ScaleOut Software, Inc. ScaleOut Digital Twin Workbench Machine Learning Extension @@ -14,7 +14,7 @@ README.md https://github.com/scaleoutsoftware/DigitalTwinCore-dotnet scaleout dt digitaltwin digital twin workbench machinelearning ml - Dependency update to introduce a new API to report anomaly data for retraining of ML algorithms + Dependency update to introduce a new persistence provider. LICENSE.txt x64 diff --git a/src/Workbench/Scaleout.DigitalTwin.Workbench.csproj b/src/Workbench/Scaleout.DigitalTwin.Workbench.csproj index 679a868..7025783 100644 --- a/src/Workbench/Scaleout.DigitalTwin.Workbench.csproj +++ b/src/Workbench/Scaleout.DigitalTwin.Workbench.csproj @@ -13,7 +13,7 @@ ScaleOutDigitalTwins-Logo-128x128@2x.png https://github.com/scaleoutsoftware/DigitalTwinCore-dotnet scaleout dt digitaltwin digital twin workbench - Now, it implements a new RemoveRealTimeTwin method of the ProcessingContext class and handles a new Remove value of the ProcessingResult enum. + Dependency update to introduce a new persistence provider. 5.3.0 LICENSE.txt