Sha256: 379b8e38d15b846c0ab3660dd4a875e630206276360072d7a3db874488860927
Contents?: true
Size: 847 Bytes
Versions: 6
Compression:
Stored size: 847 Bytes
Contents
# 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 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cranium-0.4.2 | README.md |
cranium-0.4.1 | README.md |
cranium-0.4 | README.md |
cranium-0.3.1 | README.md |
cranium-0.3.0 | README.md |
cranium-0.2.1 | README.md |