2015-12-09 16:50:58 +05:30
|
|
|
# ringo
|
2015-12-30 00:33:09 +05:30
|
|
|
[](https://travis-ci.org/quintype/ringo)
|
|
|
|
|
2015-12-18 14:00:18 +05:30
|
|
|
A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.
|
|
|
|
|
|
|
|
## Setup instructions
|
2015-12-18 17:12:13 +05:30
|
|
|
- If you are on Mac OSX, run this command in the terminal:
|
2015-12-18 14:00:18 +05:30
|
|
|
|
|
|
|
```sh
|
2015-12-18 17:12:13 +05:30
|
|
|
> brew install --HEAD quintype/quindeps/ringo
|
2015-12-18 14:00:18 +05:30
|
|
|
```
|
|
|
|
|
2015-12-18 17:12:13 +05:30
|
|
|
- Or install from source:
|
|
|
|
- Install stack from http://haskellstack.org.
|
|
|
|
- Git clone this repository:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
> git clone https://github.com/quintype/ringo
|
|
|
|
```
|
|
|
|
- Run the following commands in the terminal:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
> 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.
|