Tool to transform OLTP database schemas to OLAP database schemas automatically
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Abhinav Sarkar a15b0b76ff Removes logs and sdist files after build to stop cache rebuilding 6 lat temu
ringo Removes dependency on Cabal to reduce build time 6 lat temu
ringo-core Fixes warning for ghc 8.2 6 lat temu
.gitignore Renames Env to Config. 7 lat temu
.travis.yml Removes logs and sdist files after build to stop cache rebuilding 6 lat temu
LICENSE Initial commit 8 lat temu
README.md Changes for making source dists. 7 lat temu
stack.yaml Adds support for stack lts 9. 6 lat temu
test_sdist Removes logs and sdist files after build to stop cache rebuilding 6 lat temu

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.