
Data extraction
We export data from different sources (postgresql, mysql, sqlserver...) to csv or compressed csv files.

Data upload
We can copy data between a source database and a destination database or copy data from files (csv, compressed csv) to a destination database.

Data transformation
All our transformations are done with native SQL-PL/SQL.

Sheduling
We can schedule the execution of processes or a group of processes in a coordinated way.

Quality
We can define controls to verify if the processed data are correct (volumetry,metric, etc).

Monitoring
We record the result of the execution of any process (number of records, dates, times, etc).

Metadata
Our metadata provides you with additional information about your processes (dependencies, tables, data sources used, etc).

Notifications
Notifications can be defined for certain events (completion of a process, unfulfilled quality rules, etc).

Logs
We generate detailed and summarized log files.