This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Giovanni Messina (author)
Fri May 22 02:16:52 -0700 2009
etltest /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
etl/ | ||
| |
guida activewarehouse.pdf | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
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








