Tool to transform OLTP database schemas to OLAP database schemas automatically
Перейти к файлу
Abhinav Sarkar a15b0b76ff Removes logs and sdist files after build to stop cache rebuilding 2017-11-17 11:53:06 +05:30
ringo Removes dependency on Cabal to reduce build time 2017-11-17 09:37:51 +05:30
ringo-core Fixes warning for ghc 8.2 2017-11-16 21:04:32 +05:30
.gitignore Renames Env to Config. 2016-07-12 12:57:41 +05:30
.travis.yml Removes logs and sdist files after build to stop cache rebuilding 2017-11-17 11:53:06 +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 Adds support for stack lts 9. 2017-11-16 19:38:56 +05:30
test_sdist Removes logs and sdist files after build to stop cache rebuilding 2017-11-17 11:53:06 +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.