Quantic

所属分类:金融证券系统
开发工具:C#
文件大小:49KB
下载次数:0
上传日期:2016-02-09 09:48:55
上 传 者sh-1993
说明:  以开发人员为中心的C语言ETL库#
(Developer-focused ETL library written in C#)

文件列表:
LICENSE (11357, 2016-02-09)
src (0, 2016-02-09)
src\Quantic.Common.Tests (0, 2016-02-09)
src\Quantic.Common.Tests\LogTests.cs (668, 2016-02-09)
src\Quantic.Common.Tests\MaybeTests.cs (3445, 2016-02-09)
src\Quantic.Common.Tests\Properties (0, 2016-02-09)
src\Quantic.Common.Tests\Properties\AssemblyInfo.cs (1452, 2016-02-09)
src\Quantic.Common.Tests\Quantic.Common.Tests.csproj (5368, 2016-02-09)
src\Quantic.Common.Tests\RequiresTests.cs (4255, 2016-02-09)
src\Quantic.Common.Tests\RuntimeTests.cs (647, 2016-02-09)
src\Quantic.Common.Tests\packages.config (212, 2016-02-09)
src\Quantic.Common (0, 2016-02-09)
src\Quantic.Common\Annotations.cs (28455, 2016-02-09)
src\Quantic.Common\Log.cs (940, 2016-02-09)
src\Quantic.Common\Maybe.cs (3061, 2016-02-09)
src\Quantic.Common\Properties (0, 2016-02-09)
src\Quantic.Common\Properties\AssemblyInfo.cs (1440, 2016-02-09)
src\Quantic.Common\Quantic.Common.csproj (3257, 2016-02-09)
src\Quantic.Common\Requires.cs (4724, 2016-02-09)
src\Quantic.Common\Runtime.cs (664, 2016-02-09)
src\Quantic.Common\packages.config (210, 2016-02-09)
src\Quantic.Etl.Tests (0, 2016-02-09)
src\Quantic.Etl.Tests\DatabaseTests.cs (1455, 2016-02-09)
src\Quantic.Etl.Tests\PipelineTests.cs (1158, 2016-02-09)
src\Quantic.Etl.Tests\Properties (0, 2016-02-09)
src\Quantic.Etl.Tests\Properties\AssemblyInfo.cs (1446, 2016-02-09)
src\Quantic.Etl.Tests\Quantic.Etl.Tests.csproj (5761, 2016-02-09)
src\Quantic.Etl.Tests\ReadTextFileOperationTests.cs (1671, 2016-02-09)
src\Quantic.Etl.Tests\RowTests.cs (4273, 2016-02-09)
src\Quantic.Etl.Tests\TestRecords.cs (896, 2016-02-09)
src\Quantic.Etl.Tests\TransformationsTests.cs (1669, 2016-02-09)
src\Quantic.Etl.Tests\WriteTextFileOperationTests.cs (421, 2016-02-09)
src\Quantic.Etl.Tests\packages.config (210, 2016-02-09)
src\Quantic.Etl.sln (2870, 2016-02-09)
src\Quantic.Etl (0, 2016-02-09)
src\Quantic.Etl\Abstractions (0, 2016-02-09)
src\Quantic.Etl\Abstractions\IOperation.cs (422, 2016-02-09)
... ...

[![Build Status](https://ci.appveyor.com/api/projects/status/github/aevitas/Quantic.Etl?branch=master&svg=true)](https://ci.appveyor.com/project/Aevitas/quantic-etl) # Summary Quantic ETL is a library providing powerful API to support extracting data from a source database, transforming it, and loading it into a different database - often a data mart or data warehouse. The design is focused around the use of pipelines to transmit data between the three stages, and provides support for defining data structures in POCO classes every step along the way. Quantic ETL strongly focuses on definition over configuration, which allows for instance transformations to be defined in plain C#, which can then be loaded from any assembly using the library. The library is strongly focused on being data source agnostic. This means it will work on MySQL, Microsoft SQL, and virtually any database provider that ADO.NET supports through `IDbConnection`. This library makes use of `async`/`await` and the TAP wherever possible to allow for scalability. # Examples This section will be updated shortly. In the mean time, please refer to the unit tests included in the project. # Requirements To use Quantic ETL, you'll need: * Visual Studio 2015, or 2013 with at least update 4 * .NET 4.5 or higher * Copy of [Quantic.Common](https://github.com/aevitas/Quantic.Common) # License Quantic ETL is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). Dependencies may be licensed independently. Please respect all licenses. # Acknowledgements This library is very loosely inspired by [Ayende's Rhino ETL](https://github.com/ayende/rhino-etl).

近期下载者

相关文件


收藏者