You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- And removew the hssqlppp dependency as a git submodule. |
8 years ago | |
---|---|---|
app | 8 years ago | |
src | 8 years ago | |
test | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
Setup.hs | 8 years ago | |
ringo.cabal | 8 years ago | |
stack.yaml | 8 years ago |
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 --recursive 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.