Skip to content

fredatgithub/ChoETL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinchoo ETL

Join the chat at https://gitter.im/ChoETL/Lobby Build status

An ETL framework for .NET

Simple, intutive Extract, transform and load (ETL) library for .NET. Extremely fast, flexible, and easy to use.

Cinchoo ETL is a code-based ETL framework for extracting data from multiple sources, transforming, and loading into your very own data warehouse in .NET environment. You can have data in your data warehouse in no time.

Install

To install Cinchoo ETL, run the following command in the Package Manager Console

PM> Install-Package ChoETL

Add namespace to the program

using ChoETL;

Phase 1:

Here are the items will be targetted on phase 1.

  1. CSV Reader / Writer
  2. Fixed Length Reader / Writer
  3. Xml Reader / Writer
  4. JSON Reader / Writer
  5. Key-Value Reader / Writer
  6. Manifold Reader / Writer
    • Manifold Reader
    • Manifold Writer

Phase 2:

ETL Pipelines and ETL processes are coming...

Documentation

https://github.com/Cinchoo/ChoETL/wiki

StackOverflow

Cinchoo ETL questions in StackOverflow

Download Binary

Nuget

About

ETL Framework for .NET

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
License.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%