Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 510 Bytes

Project Description

A set of tools aimed at ETL (Extract Transform and Load) tasks as well as DB version control and deployment.

For the ETL we are focused on getting the most common ETL tasks done without SSIS.

Following ELT features are supported

  • Bulk data transfer
  • Via ADO.Net
  • From Excel
  • From IEnumberable
  • Single Pass, multi-threaded Star Schema Populator
  • Extract data to .csv file

Following build and deployment features

  • Extract code
  • Deploy code and change files