Skip to content

gariel/lazyetl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy ETL


> For now this is work in progress <

Not working on master at the moment.
For a working POC version, see branch first_implementation


Extract Transform Load

At this time virtual env is only used for the editor.

To run:

python etl

To run specifying the job xml:

python etl simple.xml

To run tests:

python tests

The simple.xml example has 4 steps:

  1. Print "Hello World"
  2. Ask for a name (user input)
  3. Change the inserted name to upper case
  4. Print the message with insert name in upper case

Execution:

$ python etl
Hello World
Insert a name: test
The inserted name in upper case is: TEST

Releases

No releases published

Packages

No packages published

Languages