enrichment-db.gem

This is a Gem that allows access to read from the enrichment database that contains static datasets used for enrichment.

The design of this gem is to allow easy querying of the data in the enrichment database and scalability as more data is added to the enrichment database.

Tests

Run tests: bundle exec rake test

IRB

If you need to have a laugh and play around with gem: irb -rubygems -I lib -r $PWD/lib/enrichment_db.rb