您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
|
6 年前 | |
---|---|---|
ringo | 6 年前 | |
ringo-core | 6 年前 | |
.gitignore | 7 年前 | |
.travis.yml | 6 年前 | |
LICENSE | 8 年前 | |
README.md | 8 年前 | |
stack.yaml | 6 年前 | |
test_sdist | 6 年前 |
README.md
ringo
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. Runringo -h
to see the help.