Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raedaddala/distributed-systems-course-projects
Distributed Systems Projects
https://github.com/raedaddala/distributed-systems-course-projects
distributed distributed-systems docker docker-compose message-broker message-queue python rabbitmq systems
Last synced: 3 months ago
JSON representation
Distributed Systems Projects
- Host: GitHub
- URL: https://github.com/raedaddala/distributed-systems-course-projects
- Owner: RaedAddala
- License: mit
- Created: 2024-04-16T19:23:20.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-19T17:02:51.000Z (9 months ago)
- Last Synced: 2024-05-20T12:25:56.746Z (9 months ago)
- Topics: distributed, distributed-systems, docker, docker-compose, message-broker, message-queue, python, rabbitmq, systems
- Language: Python
- Homepage:
- Size: 2.24 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Systems Course Labs Projects
This was only for my University Distributed Systems Course Labs.
Distributed Systems are so intriguing. So, I decided to further study the subject and work on other projects. From now on, I will upload more projects as well as the labs that were my reference.
Most of the distributed systems projects were given in Golang. So I would most likely shift to using it instead of my Python.
My personal projects would be either in Erlang/Elixir, C++, Python or Golang. For the fun of it, I may try Scala.
## Repository Structure
Each folder regroups a certain course labs. Within each of these folders, there is a list of lab folders containing the demanded work as well as my solution.
I always dockerize my work so I don't need to worry about downloading dependencies in the future when testing an old project.