Skip to content

neuli1980/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 github

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 (.NET Framework), run the following command in the Package Manager Console NuGet

PM> Install-Package ChoETL

To install Cinchoo ETL (.NET Standard / .NET Core), run the following command in the Package Manager Console NuGet

PM> Install-Package ChoETL.NETStandard

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. Parquet Reader / Writer
  7. Yaml Reader / Writer
  8. Avro Reader / Writer

Documentation

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

StackOverflow

Cinchoo ETL questions in StackOverflow

Cinchoo ETL questions in StackOverflow

Download Binary

Base Library

JSON Plug-In

Parquet Plug-In

Yaml Plug-In

Avro Plug-In

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

About

ETL Framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value formatted files)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%