Re: PostgreSQL and Datawarehouse tools

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Esteban Kemp <ekemp(at)inf(dot)uach(dot)cl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL and Datawarehouse tools
Date: 2004-01-20 21:43:30
Message-ID: 20040120214330.GA24201@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jan 20, 2004 at 04:25:58PM -0300, Esteban Kemp wrote:

Hi Esteban,

> I'm start to try to developer a Data Warehouse over PostgreSQL,

Have you been in contact with Carlos Hurtado at Universidad de Chile?
He wanted to work on a similar project.
http://www.dcc.uchile.cl/~churtado/

(Presentó un tema de memoria el semestre pasado buscando un alumno
precisamente para esto).

> I want to know what tools exist to:
>
> Modeling (Diemsnional)
> ETL process (Extract Transform Load)
> Query Report

Did you check whatever exists at techdocs.postgresql.org? Also see if
you can find related projects at gborg.postgresql.org.

For ETL the usual recomendation is to convert your data to a reasonable
ASCII representation (comma separated values, etc) and then massage it
with whatever combination of awk/sed/perl suits you. After that, feed
it to COPY or psql's \copy. There's also PgAdmin2 Migration Wizard, or
something like that.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"The West won the world not by the superiority of its ideas or values
or religion but rather by its superiority in applying organized violence.
Westerners often forget this fact, non-Westerners never do."
(Samuel P. Huntington)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gavin M. Roy 2004-01-20 22:06:35 SCO Extortion
Previous Message Marco Lazzeri 2004-01-20 20:21:56 Referencing subselect returned value