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-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. |
-
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 | 120 | 9/17/2023 | |
1.3.3-alpha | 118 | 9/11/2023 | |
1.3.2 | 213 | 9/8/2023 | |
1.3.0 | 186 | 6/25/2023 | |
1.2.9 | 168 | 6/12/2023 | |
1.2.8 | 287 | 2/7/2023 | |
1.2.7 | 312 | 12/11/2022 | |
1.2.6 | 352 | 11/16/2022 | |
1.2.5 | 445 | 10/20/2022 | |
1.2.4 | 406 | 10/3/2022 | |
1.2.2 | 457 | 9/19/2022 | |
1.2.0 | 479 | 9/10/2022 | |
1.0.5 | 520 | 6/28/2022 | |
1.0.4 | 544 | 6/11/2022 | |
1.0.3 | 534 | 5/30/2022 | |
1.0.2 | 529 | 5/21/2022 | |
1.0.1 | 518 | 5/17/2022 | |
1.0.0 | 584 | 5/15/2022 | |
0.7.0 | 567 | 5/12/2022 | |
0.6.6 | 588 | 5/5/2022 | |
0.6.5 | 577 | 4/21/2022 | |
0.6.1 | 694 | 1/26/2022 | |
0.5.1 | 664 | 11/15/2021 | |
0.4.0 | 648 | 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