Yes. This is clearly feasible. Everywhere jdbc is used, noSQL could be used as well, perhaps to substantial advantage.
On Mon, May 31, 2010 at 9:57 AM, Florent Empis <[email protected]>wrote: > org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc.* > and > org.apache.mahoutt.cf.taste.impl.similarity.jdbc.* > > The data structure used by these classes is very simple, hence I thought it > might make sense to store them in a process with less other overhead than a > full blown RDBMS. > The advantage of using a Key-pair distributed system for these seemed > obvious to me: several nodes providing resilience, and allowing for > scalibility on the querying side of things.... >
