Skip to content

R0bes/bdea-word-count-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

status quo

  • für jedes Textdokument das hochgeladen wird, wied eine wordcloud erzeugt
  • für jedes Build wird ein neuer map-reduce job ausgelöst über den gesammten korpus

build

mvn clean package

exec

java -jar target/*.jar

api

upload image

curl -X POST localhost:8080/api/text/upload -F "documents=@example_data/elefant.txt"

download wordcloud

curl -X GET localhost:8080/api/image/elefant >> elefant.png

im browser:

http://localhost:8080/home

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published