|
|
|
@ -1,21 +1,15 @@ |
|
|
|
|
# ringo |
|
|
|
|
[](https://travis-ci.org/quintype/ringo) |
|
|
|
|
[](https://travis-ci.org/abhin4v/ringo) |
|
|
|
|
|
|
|
|
|
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: |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
> brew install --HEAD quintype/quindeps/ringo |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
- Or install from source: |
|
|
|
|
- Install from source: |
|
|
|
|
- Install stack from http://haskellstack.org. |
|
|
|
|
- Git clone this repository: |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
> git clone --recursive https://github.com/quintype/ringo |
|
|
|
|
> git clone --recursive https://github.com/abhin4v/ringo |
|
|
|
|
``` |
|
|
|
|
- Run the following commands in the terminal: |
|
|
|
|
|
|
|
|
|