Skip to content

TheWebX/TheFloow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapReduce Challenge

For start this Spring Boot app, you neet to use the follows commands:

How to start it

  • For upload new data (from the data.json file, already into the classpath) use the command

    mvn spring-boot:run -Drun.arguments="write"

  • For elaborate the collected data on the DB by MapReduce, use the command:

    mvn spring-boot:run -Drun.arguments="elaborate"

  • For read the popular words elaborated, use the command:

    mvn spring-boot:run -Drun.arguments="read"

  • For read a specific word (example for word "hello")

    mvn spring-boot:run -Drun.arguments="read,hello"

Releases

No releases published

Packages

No packages published