Download List

Project Description

CloverETL is Java-based tool/framework for data integration and creation of data transformations. It is component based and follows the concept of transformation graphs which consist of individual nodes/components performing simple (or complex) operations on data. Any transformation can be defined as a set of interconnected nodes through which data flows. CloverETL can be used as a standalone application or be embedded into a larger project.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-02-22 16:00
2.4.0

This release adds improvements to graph execution
and database
communication. It extends the Clover
Transformation Language. Most
notably, it introduces new graph execution
management which allows
running several transformation graphs within the
same JVM at the same
time. It's also possible to limit the amount of
CPU resources used by
Clover during a graph's runtime. Transformations
can now be run in
transaction mode and can be reset to their
original states, allowing
fast processing of data in small chunks in a way
similar to database
"triggers".
Tags: Major feature enhancements

2007-10-07 07:45
2-2-1

Several small improvements and bugfixes were made.
Tags: Minor bugfixes

2007-07-24 21:05
2.2.0

The internal transformation language has been improved. All reader and writer components support the same set of parameters (dataPolicy, skipFirstLine, skipRows, numRecords, etc.). Several new transformation components have been added.
Tags: Major feature enhancements

2007-05-14 15:00
2.1.2

This release brings mostly bugfixes and small
improvements to the internal transformation
language.
Tags: Minor bugfixes

2007-03-25 14:47
2.1.1

This release fixes several discovered bugs,
particularly in Clover Data Reader/Writer
components. Phase edges now correctly clean up
temporary files they create during processing.
New Wiki-style documentation pages have been
launched.
Tags: Minor bugfixes

Project Resources