Cranium
An awesome ETL tool.
Installation
Add this line to your application's Gemfile:
gem 'cranium'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cranium
Development
start up the db
docker-compose create && docker-compose start
find out what's the ip is (in case you're using native docker)
docker-compose ps
(if using docker-machine use the machine's ip) setup the DATABASE_HOST enviroment variable to this IP (192.168.64.4 in my case)
export DATABASE_HOST=192.168.64.4
Now, your ready to run the integration tests :)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request