Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
vor 6 Jahren | |
---|---|---|
ringo | vor 6 Jahren | |
ringo-core | vor 6 Jahren | |
.gitignore | vor 7 Jahren | |
.travis.yml | vor 6 Jahren | |
LICENSE | vor 8 Jahren | |
README.md | vor 8 Jahren | |
stack.yaml | vor 6 Jahren | |
test_sdist | vor 6 Jahren |
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.