Bygdrift.Warehouse
1.3.3-alpha2
dotnet add package Bygdrift.Warehouse --version 1.3.3-alpha2
NuGet\Install-Package Bygdrift.Warehouse -Version 1.3.3-alpha2
<PackageReference Include="Bygdrift.Warehouse" Version="1.3.3-alpha2" />
paket add Bygdrift.Warehouse --version 1.3.3-alpha2
#r "nuget: Bygdrift.Warehouse, 1.3.3-alpha2"
// Install Bygdrift.Warehouse as a Cake Addin
#addin nuget:?package=Bygdrift.Warehouse&version=1.3.3-alpha2&prerelease
// Install Bygdrift.Warehouse as a Cake Tool
#tool nuget:?package=Bygdrift.Warehouse&version=1.3.3-alpha2&prerelease
Create Azure App functions to fetch data from an unspecified data source, wash data and ingest to a data lake and a database in Azure. This nuget package handles communication with data lake and database.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android 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. |
-
net6.0
- Azure.Security.KeyVault.Secrets (>= 4.3.0)
- Azure.Storage.Files.DataLake (>= 12.10.0)
- Azure.Storage.Queues (>= 12.10.0)
- ClosedXML (>= 0.95.4)
- ExcelDataReader (>= 3.6.0)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.1)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0)
- Microsoft.Extensions.Logging (>= 6.0.0)
- Newtonsoft.Json (>= 11.0.2)
- RepoDb.SqlServer.BulkOperations (>= 1.13.1)
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 | |
---|---|---|---|
1.3.3-alpha2 | 59 | 9/17/2023 | |
1.3.3-alpha | 86 | 9/11/2023 | |
1.3.2 | 93 | 9/8/2023 | |
1.3.0 | 131 | 6/25/2023 | |
1.2.9 | 121 | 6/12/2023 | |
1.2.8 | 225 | 2/7/2023 | |
1.2.7 | 261 | 12/11/2022 | |
1.2.6 | 288 | 11/16/2022 | |
1.2.5 | 376 | 10/20/2022 | |
1.2.4 | 353 | 10/3/2022 | |
1.2.2 | 392 | 9/19/2022 | |
1.2.0 | 423 | 9/10/2022 | |
1.0.5 | 470 | 6/28/2022 | |
1.0.4 | 491 | 6/11/2022 | |
1.0.3 | 483 | 5/30/2022 | |
1.0.2 | 478 | 5/21/2022 | |
1.0.1 | 470 | 5/17/2022 | |
1.0.0 | 527 | 5/15/2022 | |
0.7.0 | 506 | 5/12/2022 | |
0.6.6 | 530 | 5/5/2022 | |
0.6.5 | 518 | 4/21/2022 | |
0.6.1 | 640 | 1/26/2022 | |
0.5.1 | 598 | 11/15/2021 | |
0.4.0 | 593 | 10/24/2021 |
Breaking changes in the CsvTool: The following methods has changed names: FromCsvFile => AddCsvFile, FromCsvStream => AddCsvStream, FromDataTable => AddDataTable, FromExcelFile => AddExcelFile, FromExcelStream => AddExcelStream, FromExpandoObjects => AddExpandoObjects, FromJson => AddJson. Now they all can add data to an existing csv. See the example here: https://github.com/Bygdrift/Warehouse#132