Thank you Sean but what I want is to combine the input data I'm getting from two severs before feeding it to the recommender.It's more like appending the data of MySQLJDBCDataModel with MyOracleJDBCDataModel(which I reckon I have to implement) and then sorting the data from the two database servers and finally giving it to the recommender engine.
> Date: Mon, 30 Apr 2012 06:38:03 +0100 > Subject: Re: integrating databases > From: [email protected] > To: [email protected] > > Can you connect to an Oracle database? sure, just do so. I think the > SQL just works, but you'll find out. > > On Mon, Apr 30, 2012 at 2:36 AM, Amrhal Lelasm <[email protected]> wrote: > > > > I had a nice week playing with the Mahout CF Libray and its > > MySQLJDBCDataModel to get the input data from a database. > > But then this idea occurred to me. I have another sever with similar data > > sets, which is running another database server, Oracle, namely. > > > > > > I'm wondering how I can combine these two to get the input data for my > > recommender engine. Do, I start by implementing the the JDBCDataModel or ? > > > > > > I appreciate any insight you might have for this? > > > > > > > > > > > > > > > > > >
