Skip to content

Adapted from Cupcakesinc (https://github.com/tardate/cupcakesinc). Activewarehouse hasn't been maintained, so I've created an example which uses the Mondrain Olap gem (https://github.com/rsim/mondrian-olap).

Notifications You must be signed in to change notification settings

DaveTD/Cupcakesinc-etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cupcakesinc-etl

This is project 2 of 3 for the Activewarehouse-etl / Mondrian-Olap Cupcakesinc example.

Cupcakesinc-transactional: github.com/DaveTD/Cupcakesinc-transactional Cupcakesinc-mondrian: github.com/DaveTD/Cupcakesinc-mondrian

This project is limited in what it does. It performs the etl function using Activewarehouse-etl, converting the data from Cupcakesinc-transactional’s database, to the format required by the Mondrian-Olap gem.

Follow the database setup from the config folder, making sure that the appropriate databases have been created and are owned by the users listed. Check the gemfile to make sure the correct libraries have been installed.

After all the gems have been loaded, run the etl by running etl etl/process_all.ebf.

The most important files here will be in the etl folder:

customer_dimension.ctl This file contains the etl information for uploading customer information. Like all ctl files, the file is organized into an etract section, an optional transform section and a load section.

process_all.ebf This file is run by the etl tool, giving the order in which the ctl files will be run.

product_dimension.ctl This file contains the etl information for uploading product information. Like all ctl files, the file is organized into an etract section, an optional transform section and a load section.

product_levels.ctl This file contains the etl information for the levels which are applied to the products.

sales_facts.ctl This is the fact table we will be reporting from. All of the dimensions are referenced here, as well as two columns which will be used as measures: sales revenues and products sold.

About

Adapted from Cupcakesinc (https://github.com/tardate/cupcakesinc). Activewarehouse hasn't been maintained, so I've created an example which uses the Mondrain Olap gem (https://github.com/rsim/mondrian-olap).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published