Quantcast
Channel: Active questions tagged redis+ruby-on-rails - Stack Overflow
Viewing all articles
Browse latest Browse all 873

Need a way to temporarily store bulk user input to later parse, validate and create ActiveRecords from, using rails

$
0
0

I need to sync user's phone contacts to my app with a rails API backend. The frontend sends the dump of all contacts and the backend needs to parse, validate and create ActiveRecords in an async job. I'm having trouble evaluating and choosing the temporary storage from which the async process can consume the input. I have been considering Redis but would like to know if there are more options and what are the parameters to think of while evaluating them. Some of the parameters I could think of are 1. Speed of writing the data to be dumped 2. Storing the data securely, like escaping before storing

Any suggestions or references would be helpful.Thanks!


Viewing all articles
Browse latest Browse all 873

Trending Articles