Tool to transform OLTP database schemas to OLAP database schemas automatically
Go to file
Abhinav Sarkar b912e451f7 Fixes broken doctest.
By replacing Text.Show.Pretty generated string representation
used in the doctest with a handwritten one.
2016-06-15 04:15:41 +05:30
ringo Fixes broken doctest. 2016-06-15 04:15:41 +05:30
ringo-app Modifies dependency bounds to build on stackage nightly (ghc8). 2016-06-15 03:20:00 +05:30
.gitignore Adds SQL file generation to the executable 2015-12-17 23:18:12 +05:30
.travis.yml Adds stackage lts-6. 2016-05-26 19:05:10 +05:30
LICENSE Initial commit 2015-12-09 16:50:58 +05:30
README.md Changes for making source dists. 2016-05-05 01:06:31 +05:30
stack.yaml Breaks the library and exe as separate cabal projects. 2016-05-05 00:43:54 +05:30

README.md

ringo

Build Status

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

Setup instructions

  • Install from source:

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

  • Git clone this repository:

    > git clone https://github.com/abhin4v/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.