Liases / etltest

a sample application that uses ActiveWarehouse-ETL

This URL has Read+Write access

Giovanni Messina (author)
Fri May 22 02:16:52 -0700 2009
commit  8e824fd4fa2ea89241549220eb34a116c1492372
tree    fbcf94696d40508c811bff7385e3687491d5165f
parent  f58dc41895a082a4a9f5c2ab194b15dd2364673c
README
# Rails: 2.2.2
# ActiveWarehouse: 0.4.0
# ActiveWarehouse-etl: 0.9.1

# to install the gem
sudo gem install activewarehouse-etl

# to make the application
cd etltest

rake db:create:all
rake db:migrate
rake warehouse:build_date_dimension

etl etl/products.ctl
etl etl/stores.ctl
etl etl/pos_line_item_facts.ctl

rake warehouse:rebuild
script/server -p 3000


# Go to http://localhost:3000/ 
# more information will be available soon