Skip to content
Snippets Groups Projects
Select Git revision
  • c3a183e4dd7e1a09a4f66b5db6dea8b69b53fbbe
  • master default
  • saltify
  • yamlgui
  • AbstractRepository
  • 0.1
6 results

hshetl

Maxi Schulz's avatar
schulmax authored
You can now run hshetl with the --dry parameter to not load
anything into the target. Only the queries that would
be executed will be shown in the log.
Dry run mode per job coming later (atm all jobs dry or none).
c3a183e4
History
Name Last commit Last update
docs
hshetl
.gitignore
LICENSE
README
setup.py
===[ About ]====================================================================

hshetl is a tool and library for extract transform load data between
different data sources.

Currently supported sources are
 - files
 - ldap
 - oracle
 - mysql
 - sqlite3
 - postgresql

For a complete description of hshetl, visit:
http://etl.it.hs-hannover.de/

===[ Installation ]=============================================================

'sudo python setup.py install'

For the complete installation guide, visit:
http://etl.it.hs-hannover.de/install.html

===[ Usage ]====================================================================

'hshetl -h'

For the complete introduction for hshetl, visit:
http://etl.it.hs-hannover.de/commandlineintro.html