public
Description: a sample application that uses ActiveWarehouse-ETL
Homepage:
Clone URL: git://github.com/Liases/etltest.git
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