Ok this question is admittedly coming from an interest in not spending money I don't have to. And I know it's hard to "estimate" this kind of thing. But maybe someone out there feels they have a confident ballpark figure they could offer.
I want to start doing A/B testing in my ruby on rails app hosted on heroku. I have several gems/libraries to choose from to implement the A/B tests.
Split, the gem that seems to be most full-featured only uses a Redis data store, whereas others use a SQL store, but seem not as solid. I feel a bit gun-shy of using Redis, increasing the complexity of my stack, and possibly incurring $10 - $50 per month just for A/B testing.
The Redis Cloud add-on offers 30MB on the free tier and 100MB at $10/mo. I'm having trouble visualizing what kind of usefulness I can get out of the free tier or the 100MB tier.
I'd rather not implement the A/B testing in my app (investing in a certain API / config setup), only to find that I can't afford it.
So to phrase my question in the (over) simplest way possible. How many months of data could I expect to be able to collect with 5-10 A/B tests on 30MB (and/or 100MB) of Redis?