Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 457 Bytes

RevolverETL

Tiny ETL System Extract, Transform & Load

Main Goals

  • Extract information from MySQL, SQL Server, SQLite DBMS, CSV file, Excel File, XML File, Web Service, FTP.
  • Transform easily the information extracted.
  • Load the information to MySQL, SQL Server, SQLite DBMS
  • Features
  • MultiThread, no blocking approach
  • NetMQ based PipeLine System
  • Nlog based logger
  • Quartz Based Scheduler
  • Windows Service Daemon
  • UI to set up the Runner