Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1 KB

File metadata and controls

40 lines (27 loc) · 1 KB

Distributed Storage Systems Course

Welcome to the Distributed Storage Systems course repository! This repository contains all the labs, projects, and resources related to the course.

Course Overview

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

Repository Structure

.
├── lab1/ # Lab 1 - Working with Triggers in PostgreSQL
├── projects/ # Course projects
└── README.md

Labs

  1. Lab 1: Working with Triggers in PostgreSQL

    • Focus: Creating, finding, and dropping triggers in PostgreSQL.
    • Directory: lab1/

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/distributed-storage-systems.git
    cd distributed-storage-systems
  2. Navigate to the specific lab or project directory for detailed instructions.