Skip to content
/ ringo Public
forked from quintype/ringo

Tool to transform OLTP database schemas to OLAP database schemas automatically

License

Notifications You must be signed in to change notification settings

abhin4v/ringo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tool to transform OLTP database schemas to OLAP database schemas automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.6%
  • Shell 0.4%