public
Description: a sample application that uses ActiveWarehouse-ETL
Homepage:
Clone URL: git://github.com/Liases/etltest.git
name age message
file .gitignore Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
file README Thu Apr 02 08:54:59 -0700 2009 the sequence of commands to make it work [Giovanni Messina]
file Rakefile Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory app/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory config/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory db/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory doc/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory etl/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
file guida activewarehouse.pdf Fri May 22 02:16:52 -0700 2009 a simple italian HowTo [Giovanni Messina]
directory public/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory script/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory test/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
directory vendor/ Thu Apr 02 08:37:02 -0700 2009 the application [Giovanni Messina]
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