Download Latest Version Minornyi patch 4.18.9 source code.zip (116.4 MB)
Email in envelope

Get an email when there's a new version of GETL

Home / talend
Name Modified Size InfoDownloads / Week
Parent folder
tGETL_1.1.42.zip 2015-12-14 10.0 MB
Totals: 1 Item   10.0 MB 0
GETL (c) 2013-2015 EasyData LTD

*** Installation ***
Set path to file getl-xxx.jar to CLASSPATH variable for JVM. 
if you want to run getl jobs as scripts, install groovy and copy file getl-xxx.jar to lib folder for groovy install path.

*** Build by Maven ***
For use in Maven projects write to section dependencies:
<dependency>
  <groupId>net.sourceforge.getl</groupId>
  <artifactId>getl</artifactId>
  <version>1.x.x</version>
  <scope>compile</scope>
</dependency>

*** Build by Gradle ***
For use in Gradle projects write to section dependencies:
compile 'net.sourceforge.getl:getl:1.x.x'

*** Open by Eclipse ***
Project by SVN created by Eclipse with plugins:
Groovy Eclipse (https://github.com/groovy/groovy-eclipse)

*** Required ***
GETL includes all needed libraries for running and work with files, ftp, logs and H2 database. 
Working with others RDBMS required JDBC vendor libraries.

*** Examples ***
Archive getl_example-sources.jar contains source code of demonstration work using the GETL.

*** Contacts ***
Please send you questions and requests to email: ascrus@easydata.ru.
Source: getl.readme.txt, updated 2015-07-10