On Mon, Aug 16, 2010 at 03:42:47PM +0200, Nelson Ferraz wrote:
> Hello,
> 
> In my talk during YAPC::Europe 2010 I proposed a set of Perl modules
> to deal with Data Warehouses:
> 
>       http://conferences.yapceurope.org/ye2010/talk/2912
> 
> Now I have some code to show, and I would like to know if it would
> be acceptable to use the "DW" namespace:
> 
>       - DW::Aggregate
>       - DW::Dimension
>       - DW::ETL
>       - DW::Fact
> 
> What do you think? Is this a good namespace for a set of Data
> Warehouse modules?

I don't think do. And neither is DataWarehouse.

Looking at the code it seems to me this is a 'framework' of
inter-related modules that share a common set of assumptions.
(Which mandates one particular SQL syntax and hand-builds SQL
without proper quoting!)

As such I think it should be given a 'framework brand name' instead of
being 'crowned' with the 'obvious' name (or an abbreviation of it).

Tim.

Reply via email to