Project

egis

0.02
Low commit activity in last 3 years
No release in over a year
A handy wrapper for AWS Athena Ruby SDK.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Gem Version Build Status

Egis (aegis)

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

Installation

Add this line to your application's Gemfile:

gem 'egis'

And then execute:

$ bundle

Usage

Getting started guide

API documentation

Development

After checking out the repo, run bin/setup to install dependencies.

Following rake tasks are at your disposal:

  • rake rubocop - runs rubocop static analysis
  • rake spec:unit - runs unit test suite
  • rake 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.

Release

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.