spovich / etltest forked from Liases/etltest
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
etltest /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
etl/ | ||
| |
guida activewarehouse.pdf | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
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

