Sales-Choice-Volunteering-Project / EmotionAnalyzerWeka

The program for obtaining emotion data
1 stars 0 forks source link

Research the Java backend servers/frameworks to communicate with via REST api calls #17

Closed damirsaleschoice closed 3 years ago

damirsaleschoice commented 3 years ago

We will do mainly the post and get, not so much of a PUT. The backend needs to be lightweight. On the other hand, it needs the user-management. We can do it either by some rnd gen frontend or do the actual user management backend.

Objective is to keep it simple so most likely a call with some RND key that corresponds to a file being analysed. The call can also contain a pivot num, to know which sentence comes next. return end response when no more to be processed.

damirsaleschoice commented 3 years ago

Will use Spark framework with Jetty, while the DISCO will be pre-loaded when the program starts. Input will be a document with the timestamp using the POST request.