Tool to transform OLTP database schemas to OLAP database schemas automatically
Go to file
Abhinav Sarkar f8a6382aa3 Fixes bugs in fact table DDL and insert SQL generation. 2015-12-18 17:00:46 +05:30
app Makes the build work with stack lts-2. 2015-12-18 02:37:17 +05:30
src Fixes bugs in fact table DDL and insert SQL generation. 2015-12-18 17:00:46 +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 setup instructions to the README. 2015-12-18 14:00:18 +05:30
Setup.hs Adds basic build setup. 2015-12-09 17:11:57 +05:30
ringo.cabal Makes the build work with stack lts-2. 2015-12-18 02:37:17 +05:30
stack.yaml Adds basic build setup. 2015-12-09 17:11:57 +05:30

README.md

ringo

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

Setup instructions

  • 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.