Tool to transform OLTP database schemas to OLAP database schemas automatically
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Abhinav Sarkar a51dddba56 Updates to use hssqlppp as a dependency from hackage.
- And removew the hssqlppp dependency as a git submodule.
8 years ago
app Changes ArgParser to read info from cabal file. 8 years ago
src Updates hssqlppp to version 0.6.0. 8 years ago
test Adds doctests. 8 years ago
.gitignore Adds SQL file generation to the executable 8 years ago
.travis.yml Moves to stackage lts-5. 8 years ago
LICENSE Initial commit 8 years ago
README.md Update repo URL everywhere. 8 years ago
Setup.hs Adds basic build setup. 8 years ago
ringo.cabal Update repo URL everywhere. 8 years ago
stack.yaml Updates to use hssqlppp as a dependency from hackage. 8 years ago

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