• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Do recommendation systems which give suggestions happen behind using realtime or batch ?

 
Ranch Hand
Posts: 2925
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On the internet if we search for say some tourist places.Next time when we come back we would automatically start seeing suggestions on the hotels in that city and trip plans for that city. I am not sure what happens behind the scenes but I think the huge data must be getting gathered and analyzed and then generating recommendation for that user.Behind the scenes do these work on realtime mode or using batch mode ?
Thanks
 
Rancher
Posts: 1093
29
Netbeans IDE Oracle MySQL Database Tomcat Server C++ Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Monica,

Both, and it depends on the advertisements you are getting.  You may have noticed that you browse a website and moments later, literally seconds, you are into facebook and there are related advertisements waiting in your feed.  That is real time, or pseudo real time, processing and data collection.  You then have the skimmed information shared across a network of business partners that begin spamming you within days--that is batch processed.

Les
 
Monica Shiralkar
Ranch Hand
Posts: 2925
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. For batch do they use hadoop clusters ? For streaming do they use Spark/Strom/Flink ? Is all this raw data stored in a NoSQL like Hbase/Cassandra/mongoDB.
 
Les Morgan
Rancher
Posts: 1093
29
Netbeans IDE Oracle MySQL Database Tomcat Server C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Monica,

I do not know, but the last time I checked, and it's been about a decade, Amazon was using a modified Oracle product.

Les
 
Monica Shiralkar
Ranch Hand
Posts: 2925
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic