Skip to content

derrickpriebe/CS361-Assignment7-MLS-player-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS361-Assignment7-MLS-player-Microservice

Instructions for Using Microservice

  1. Put "S.csv" and "Microservice.py" files in the same location where "app.py" is.

  2. Run "python3 Microservice.py", and then run "python3 app.py" (It is okay if you do this in reverse.)

  3. The microservice and the app request and receive data as below.

Instructions for communication pipeline in Microservice

A.Clear instructions for how to REQUEST data from the microservice you implemented. Include an example call.

First when the user clicks the info link, the main application request URL by sending row index of the csv.

Screen Shot 2022-07-25 at 11 11 32 PM

Second, the microservice receives the request from the main application.

Screen Shot 2022-07-25 at 11 12 58 PM

B.Clear instructions for how to RECEIVE data from the microservice you implemented

After the microservice receives the request from the main application, the microservice creates URL.

Screen Shot 2022-07-25 at 11 13 59 PM

The microservice sends created url to the main application.

Screen Shot 2022-07-25 at 11 14 56 PM

The main application receives Data(created URL) from the microservice by using zeromq, and then provide to the user by printing the url on the webpage.

Screen Shot 2022-07-25 at 11 16 20 PM

C. UML Sequance Diagram.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages