public
Description: ActiveWarehouse for Rails - Implement data warehouses with Rails
Homepage: http://activewarehouse.rubyforge.org/
Clone URL: git://github.com/aeden/activewarehouse.git
100644 4 lines (3 sloc) 0.284 kb
1
2
3
4
TODO list:
 
* Modify the fact generator so that the migration has a map for foreign key and a map for fact attributes. The foreign keys can then automatically be indexed as that is pretty much standard behavior.
* Make the belongs_to connection between facts and dimensions automatic.