Rails with Hadoop

I will have huge storage data, such as corers, for resumes, and I would like to consider hadoop as the back end. Is it possible to use it with rubies on rails or just need to consider redis or mongodb.

any pointer to using rails with hadoop would be helpful. Or a gem that makes life easier.

+6
source share
1 answer

Phil Whelan has a great record representing a ruby ​​card using hadoop: http://www.bigfastblog.com/map-reduce-with-ruby-using-hadoop

There is a beautiful little gem (Rubydoop) that allows you to write work tasks in a ruby ​​beautifully and easily (with jRuby): https://github.com/iconara/rubydoop

If you need to get more technical equipment and switch to live streaming, I saw a lot of use of Casandra + Hadoop + Storm: http://www.slideshare.net/boneill42/ruby-on-big-dag

+6
source

Source: https://habr.com/ru/post/918646/


All Articles