Tagged Questions

4
votes
3answers
2k views

Is Pentaho ETL and Data Analyzer good choice?

I was looking for ETL tool and on google found lot about Pentaho Kettle. I also need a Data Analyzer to run on Star Schema so that business user can play around and generate any kind of report or ...
3
votes
5answers
820 views

PostgreSQL: Loading data into Star Schema efficiently

Imagine a table with the following structure on PostgreSQL 9.0: create table raw_fact_table (text varchar(1000)); For the sake of simplification I only mention one text column, in reality it has a ...
0
votes
1answer
103 views

How to populate star schema database with data from CSV file using jasperETL?

I'm new to jasperETL and i have to populate star schema database with data from CSV file. Does anyone know how to perform this task? Maybe there is some tutorial or book, where i can find this ...