Welcome to the Distributed Storage Systems course repository! This repository contains all the labs, projects, and resources related to the course.
This course covers the fundamentals of distributed storage systems, including:
- Database systems (PostgreSQL, triggers, transactions)
- Distributed file systems
- Replication and consistency
- Scalability and fault tolerance
.
├── lab1/ # Lab 1 - Working with Triggers in PostgreSQL
├── projects/ # Course projects
└── README.md
-
Lab 1: Working with Triggers in PostgreSQL
- Focus: Creating, finding, and dropping triggers in PostgreSQL.
- Directory:
lab1/
-
Clone the repository:
git clone https://github.com/your-username/distributed-storage-systems.git cd distributed-storage-systems
-
Navigate to the specific lab or project directory for detailed instructions.