Ucommerce.DataImport.Core
10.9.6
Prefix Reserved
See the version list below for details.
dotnet add package Ucommerce.DataImport.Core --version 10.9.6
NuGet\Install-Package Ucommerce.DataImport.Core -Version 10.9.6
<PackageReference Include="Ucommerce.DataImport.Core" Version="10.9.6" />
paket add Ucommerce.DataImport.Core --version 10.9.6
#r "nuget: Ucommerce.DataImport.Core, 10.9.6"
// Install Ucommerce.DataImport.Core as a Cake Addin #addin nuget:?package=Ucommerce.DataImport.Core&version=10.9.6 // Install Ucommerce.DataImport.Core as a Cake Tool #tool nuget:?package=Ucommerce.DataImport.Core&version=10.9.6
About
Contains the Ucommerce data import tool and abstractions used for integrating with an external source of truth.
Key Features
- Method for kicking off the data import from wherever you want.
- Interfaces defining what Ucommerce need for fetcher implementations.
How To
In order to add the functionality to your application, add the following to your startup:
builder.Services.AddUcommerceDataImporter(builder.Configuration)
.
You can optionally add a DataImporterSettings
object to the call,
otherwise settings will be taken from the configuration section Ucommerce:DataImport
.
The available settings are ConnectionString
(required) and BatchSize
(optional - default is 1000).
To kick off the data import, you can inject DataImporter
and call Run
.
Links
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.Data.SqlClient (>= 5.2.2)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
- System.Text.Json (>= 8.0.5)
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 |
---|---|---|
10.10.1 | 0 | 1/31/2025 |
10.10.0 | 31 | 1/23/2025 |
10.9.6 | 22 | 1/30/2025 |
10.9.5 | 72 | 1/10/2025 |
10.9.4 | 91 | 1/6/2025 |
10.9.3 | 88 | 12/19/2024 |
10.8.2 | 96 | 12/19/2024 |
10.6.0 | 119 | 8/30/2024 |
10.5.3 | 119 | 8/20/2024 |
10.5.2 | 76 | 8/5/2024 |
10.5.1 | 72 | 7/30/2024 |
10.5.0 | 113 | 7/8/2024 |
10.4.0 | 121 | 6/18/2024 |
10.3.0 | 99 | 6/7/2024 |