Categories: None [Edit]

cumulus_csv

https://rubygems.org/gems/cumulus_csv
https://github.com/evizitei/cumulus_csv
CSV Files: I hate them, you probably do too, but sometimes you need to get data into your system and this is the only way it's happening. If you're deploying a rails app in a cloud setup, you may have troubles if you're trying to store an uploaded file locally and process it later in a background thread (I know I have). cumulus_csv is one way to solve that problem. You can save your file to your S3 account, and loop over the data inside it at your convenience later. So it doesn't matter where you're doing the processing, you just need to have the key you used to store the file, and you can process away.

Total

Ranking: 68,020 of 188,368
Downloads: 14,627

Daily

Ranking: 68,707 of 188,354
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
61782,751,998mocha
2,4867,765,360aws-s3
12,704180,197thoughtbot-shoulda

Owners

#GravatarHandle
1iconevizitei