Question: Overview To demonstrate you can implement the microservices architecture, write software comprised of three separate programs: A program that generates pseudo - random numbers (
Overview
To demonstrate you can implement the microservices architecture, write software comprised of three separate programs:
A program that generates pseudorandom numbers PRNG Service
A program that, given a nonnegative integer returns the image in a set order doesn't matterImage Service
If is the number of images, modulo by the size of the image set
A user interface UI that either has a button or can receive a user command. When the button is pushed or the command is entered...
a UI calls the PRNG Service
b UI calls the Image Service using the pseudorandom number from the PRNG Service
c UI displays the image or a path to it
The programs can be written in any languages
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
