You can write a DataModel on top of anything, sure. I don't think such a thing already exists. In the end, you will likely need to read into memory anyway, which either makes this implementation easy, or not useful.
On Thu, Jul 19, 2012 at 5:29 AM, miftahur rizki <[email protected]>wrote: > Hi Owen, > > is it possible to connect mahout with heterogeneous (parallel database)? > Is there some connector which could facilitate these? > > thanks in advance. > > -Rizki- > > On Thu, Jul 19, 2012 at 5:56 AM, Sean Owen <[email protected]> wrote: > > > Unless your data set is tiny, like 100K records or less, it is not going > to > > be feasible to run recommendations off the database directly. It's just > too > > data intensive. You need to read into memory to make real-time recs. > Check > > out ReloadFromJDBCDataModel. > > >
