Tool to transform OLTP database schemas to OLAP database schemas automatically
Go to file
Abhinav Sarkar 87a787ba8f Moves type default value validations to run only on DimVal and NoDimId fact column.
Instead of running on all columns.
2015-12-29 16:24:40 +05:30
app Fixes swapped dimension and fact json file names. 2015-12-29 15:19:55 +05:30
src Moves type default value validations to run only on DimVal and NoDimId fact column. 2015-12-29 16:24:40 +05:30
test Adds basic build setup. 2015-12-09 17:11:57 +05:30
.gitignore Adds SQL file generation to the executable 2015-12-17 23:18:12 +05:30
LICENSE Initial commit 2015-12-09 16:50:58 +05:30
README.md Adds brew install command in setup instructions. 2015-12-18 17:12:13 +05:30
Setup.hs Adds basic build setup. 2015-12-09 17:11:57 +05:30
ringo.cabal Refactoring. 2015-12-29 15:19:17 +05:30
stack.yaml Adds output json generation. 2015-12-21 15:30:23 +05:30

README.md

ringo

A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.

Setup instructions

  • If you are on Mac OSX, run this command in the terminal:

    > brew install --HEAD quintype/quindeps/ringo
    
  • Or install from source:

  • Install stack from http://haskellstack.org.

  • Git clone this repository:

    > git clone https://github.com/quintype/ringo
    
  • Run the following commands in the terminal:

    > cd ringo
    > stack setup
    > stack install
    
  • Add ~/.local/bin/ to your shell's PATH.

  • You should be able to run the command ringo on terminal now. Run ringo -h to see the help.