spovich / etltest forked from Liases/etltest

a sample application that uses ActiveWarehouse-ETL

This URL has Read+Write access

README
# Rails: 2.3.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