BridgeCache
Bridge Cache is a data dump engine used to cache remote bridge data into a local database.
The application mimics the bridge data model and will copy csv rows directly into the local data store without any extra configuration
Setup
gem install 'bridge_cache'
rake db:migrate
== Usage
BridgeCache::User.import_from_csv(path_to_csv)