Tool to transform OLTP database schemas to OLAP database schemas automatically
- Changes the interval queries on dim time columns from <= ? and > ? to < ? and >= ?. This is more convinient for specifying where clause datetime values. |
||
---|---|---|
app | ||
lib | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
ringo.cabal | ||
Setup.hs | ||
stack.yaml |
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:
> brew install --HEAD quintype/quindeps/ringo
-
Or install from source:
-
Install stack from http://haskellstack.org.
-
Git clone this repository:
> git clone https://github.com/quintype/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.