Stocks.Data.Infrastructure
3.0.0
Infrastracture for persistance of stock quotes in daily format (open, high, low, close) and import from CSV files in .NET Standard 2.1
Install-Package Stocks.Data.Infrastructure -Version 3.0.0
dotnet add package Stocks.Data.Infrastructure --version 3.0.0
<PackageReference Include="Stocks.Data.Infrastructure" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stocks.Data.Infrastructure --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
fix bugs
Dependencies
-
.NETStandard 2.1
- CsvHelper (>= 19.0.0)
- Extensions.Standard (>= 4.0.0)
- OnTheFlyStats (>= 3.1.0)
- StandardInterfaces (>= 1.3.0)
- Stocks.Data.Model (>= 2.0.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Stocks.Data.Infrastructure:
Package | Downloads |
---|---|
Stocks.Data.Services
High level services that will help you manipulate stock data. StocksFileProvider, StocksDeserializer, StocksBulkDeserializer
|
|
Stocks.Data.Ado
bulk insert using SqlBulkCopy for StockQuotes in daily format.
|
GitHub repositories
This package is not used by any popular GitHub repositories.