A handy wrapper for AWS Athena Ruby SDK.
...and among them went bright-eyed Athene, holding the precious aegis which is ageless and immortal: a hundred tassels of pure gold hang fluttering from it, tight-woven each of them, and each the worth of a hundred oxen.
Homer, The Iliad
Add this line to your application's Gemfile:
gem 'egis'
And then execute:
$ bundle
After checking out the repo, run bin/setup
to install dependencies.
Following rake tasks are at your disposal:
rake rubocop
- runs rubocop static analysisrake spec:unit
- runs unit test suiterake spec:integration
- executes AWS Athena integration test (requires AWS credentials)
By default, rake
executes the first two.
You can also run bin/console
for an interactive prompt that will allow you to experiment.
Gem is automatically built and published after merge to the master
branch.
To release a new version, bump the version tag in lib/egis/version.rb
,
summarize your changes in the CHANGELOG and merge everything to master
.