Tool to transform OLTP database schemas to OLAP database schemas automatically
Go to file
Abhinav Sarkar 3faf4ff82e
Updates hssqlppp to version 0.6.0.
2016-04-24 16:53:48 +05:30
app Changes ArgParser to read info from cabal file. 2016-04-20 16:40:01 +05:30
lib Updates hssqlppp to version 0.6.0. 2016-04-24 16:53:48 +05:30
src Updates hssqlppp to version 0.6.0. 2016-04-24 16:53:48 +05:30
test Adds doctests. 2016-01-01 20:57:54 +05:30
.gitignore Adds SQL file generation to the executable 2015-12-17 23:18:12 +05:30
.gitmodules Updates hssqlppp to version 0.6.0. 2016-04-24 16:53:48 +05:30
.travis.yml Moves to stackage lts-5. 2016-01-27 01:09:07 +05:30
LICENSE Initial commit 2015-12-09 16:50:58 +05:30
README.md Fixes git clone instruction. 2016-03-25 00:54:04 +05:30
Setup.hs Adds basic build setup. 2015-12-09 17:11:57 +05:30
ringo.cabal Updates hssqlppp to version 0.6.0. 2016-04-24 16:53:48 +05:30
stack.yaml Changes FactColumn to use GADTs for better type safety. 2016-02-03 17:15:59 +05:30

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