https://github.com/icaropires/distributed-systems-and-parallel-computing
Contains experiments about distributed systems and parallel computing
https://github.com/icaropires/distributed-systems-and-parallel-computing
distributed-systems parallel rest-api rmi rpc soap sockets
Last synced: about 2 months ago
JSON representation
Contains experiments about distributed systems and parallel computing
- Host: GitHub
- URL: https://github.com/icaropires/distributed-systems-and-parallel-computing
- Owner: icaropires
- License: mit
- Created: 2018-03-14T02:13:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T01:40:00.000Z (over 7 years ago)
- Last Synced: 2025-04-19T10:08:47.046Z (about 1 year ago)
- Topics: distributed-systems, parallel, rest-api, rmi, rpc, soap, sockets
- Language: Python
- Homepage:
- Size: 1.85 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Distributed Systems and Parallel Computing
Repository for storing experiments about the discipline of Distributed Systems and Parallel Computing in University of Brasilia. It contains the firsts experiments about: basic sockets, RPC, RMI, SOAP and Rest. More information about each of the experiments can be found inside its folders.
Beyond these experiments, the discipline also discussed about OpenMP and MPI but no big experiments (that was worth pushing) were made. One more big experiment were made about Hadoop and Spark but it's not on this repository (later I pushed it on another repository in the form of environment setup tutorial and it can be checked [here](https://github.com/icaropires/hadoop-spark-deep-learning-settings)).