Tool to transform OLTP database schemas to OLAP database schemas automatically
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Abhinav Sarkar 644acc7ee9 Moves out foreign key id coalesce value as a setting. 7 years ago
app Moves out foreign key id coalesce value as a setting. 7 years ago
src Moves out foreign key id coalesce value as a setting. 7 years ago
test Adds basic build setup. 7 years ago
.gitignore Adds SQL file generation to the executable 7 years ago
.travis.yml Adds travis CI integration. 7 years ago
LICENSE Initial commit 7 years ago
README.md Adds travis build status image 7 years ago
Setup.hs Adds basic build setup. 7 years ago
ringo.cabal Refactoring. 7 years ago
stack.yaml Changes count distinct algo to use a specialized int log2 function. 7 years ago

README.md

ringo

Build Status

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.