这是indexloc提供的服务,不要输入任何密码
Skip to content

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

License

Notifications You must be signed in to change notification settings

jsaribeirolopes/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 / c# (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%