用于将Postgres OLTP数据库模式自动转换为OLAP数据库星型模式的工具
A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.
If you are on Mac OSX, run this command in the terminal:
> brew install --HEAD quintype/quindeps/ringo
Or install from source:
Git clone this repository:
> git clone --recursive https://github.com/quintype/ringo
Run the following commands in the terminal:
> cd ringo
> stack setup
> stack install
~/.local/bin/
to your shell’s PATH.ringo
on terminal now. Run ringo -h
to see the help.