2017 © Pedro Peláez
 

library etl-suite

Various ETL tools

image

yevgen-grytsay/etl-suite

Various ETL tools

  • Monday, January 25, 2016
  • by yevgen-grytsay
  • Repository
  • 1 Watchers
  • 0 Stars
  • 163 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Extract/Transform/Load Suite

Build Status, (*1)

Contains various ETL tools., (*2)

The library does not provide the tools for creating and running jobs. For more information refer the Tools section., (*3)

This is a very early version. Lacks of comments, documentation, tests and usage examples., (*4)

Tools

  • Buffer: holds and flushes objects.
  • Filter: decides whether an object should be filtered.
  • Iterator: iterates over input data portions (e.g. lines of file, elements of an array etc.)
  • Lookup: performs lookup (e.g. in database, filesystem etc.) based on input data.
  • Merge: merges two arrays into one in various ways.
  • Transformer: transforms input data in various ways (e.g. changes the names of keys, unsets or adds some elements etc.)
  • Value Mapper: maps values to some other values.

Installation

Via Composer

composer require yevgen-grytsay/etl-suite

Examples

A few examples can be found in examples directory., (*5)

Generally an example consists of a main script file main.php and some auxiliary classes and files., (*6)

Also each example has his own README.md file with brief explanation., (*7)

The Versions

25/01 2016

dev-php-53-compat

dev-php-53-compat

Various ETL tools

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Yevgen Grytsay

etl

16/11 2015

dev-master

9999999-dev

Various ETL tools

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Yevgen Grytsay

etl

23/06 2015

v1.0.0

1.0.0.0

Various ETL tools

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Yevgen Grytsay

etl

14/06 2015

v0.1.0

0.1.0.0

Various ETL tools

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Yevgen Grytsay

etl