Skip to content

rentzso/simulatedUser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simulatedUser

This package is part of my Insight Project nexTop.

This scala library does the following:

  • generates multiple users
  • assigns a random news (calling /random in the Flask API) to each user
  • uses the topics in this random document as the initial user topics and generates a set of recommendations (calling /topics in the Flask API)
  • selects a new random document from the set of recommendations as the next user click. The topics in this document become also part of the user topics
  • sends messages with statistics to a Kafka topic
  • repeats the previous two steps indefinitely for each user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages