Ucommerce.DataImport.Core
10.3.0
Prefix Reserved
See the version list below for details.
dotnet add package Ucommerce.DataImport.Core --version 10.3.0
NuGet\Install-Package Ucommerce.DataImport.Core -Version 10.3.0
<PackageReference Include="Ucommerce.DataImport.Core" Version="10.3.0" />
paket add Ucommerce.DataImport.Core --version 10.3.0
#r "nuget: Ucommerce.DataImport.Core, 10.3.0"
// Install Ucommerce.DataImport.Core as a Cake Addin #addin nuget:?package=Ucommerce.DataImport.Core&version=10.3.0 // Install Ucommerce.DataImport.Core as a Cake Tool #tool nuget:?package=Ucommerce.DataImport.Core&version=10.3.0
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. |
-
net8.0
- Microsoft.Data.SqlClient (>= 5.2.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.