Question: Use Python 3 to implement the following two apps. app 1 : will use urllib to retrieve a JSON payload of data from the Internet,
Use Python to implement the following two apps.
app: will use urllib to retrieve a JSON payload of data from the Internet, then it will use a network socket programming to send the payload securely using TLS security to the app It will also save the JSON payload to a text file on the Linux system. All workflow actions pass or fail will be logged into the activity MongoDB NoSQL database via Eve with a timestamp.
app: will receive the secure payload from app using TLS All workflow actions pass or fail will be logged into the activity EVEMongoDB NoSQL database with a timestamp. Unit tests will confirm all methods are functional.
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
