项目作者: quintype

项目描述 :
用于将Postgres OLTP数据库模式自动转换为OLAP数据库星型模式的工具
高级语言: Haskell
项目地址: git://github.com/quintype/ringo.git
创建时间: 2015-12-09T11:20:58Z
项目社区:https://github.com/quintype/ringo

开源协议:MIT License

下载


ringo

Build Status

A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.

Setup instructions

  • If you are on Mac OSX, run this command in the terminal:

    1. > brew install --HEAD quintype/quindeps/ringo
  • Or install from source:

    • Install stack from http://haskellstack.org.
    • Git clone this repository:

      1. > git clone --recursive https://github.com/quintype/ringo
    • Run the following commands in the terminal:

      1. > cd ringo
      2. > stack setup
      3. > 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.