In this repository, you will find all the code samples used in the course.
Examples on command line interface (CLI) for the Docker and Kubernetes environments.
Example add to be deployed in the Azure cloud
Examples on the Paxos consensus algorithm
Dockerfile examples.
Examples on the Bully algorihtm
Module: gRPC
Client and server with .proto definition file. Use hello_server.py to start the server and hello_client.py with a string argument to send a SayHello gRPC request to the server.
Async and sockets examples
Examples on the Message Passing Interface (MPI)
Example Remote Procedure Call example
Example Peer-To-Peer application
Module: rest
Example on REST using Twitter's API to get a user's timeline. Use twitter_example.py with the user's screen name as argument.
Module: soap
Examples on SOAP server/client. Use soap_server.py to start the server and soap_client.py with an arbitrary string argument to make SOAP call to the server.
Example on vector clocks