https://github.com/imtjl/distributed-storage-systems
Distributed Storage Systems - a 3rd year CSE banchelor course in ITMO University
https://github.com/imtjl/distributed-storage-systems
distributed-systems plpgsql postgresql sql triggers
Last synced: 7 months ago
JSON representation
Distributed Storage Systems - a 3rd year CSE banchelor course in ITMO University
- Host: GitHub
- URL: https://github.com/imtjl/distributed-storage-systems
- Owner: Imtjl
- Created: 2025-02-25T12:16:18.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-25T19:11:31.000Z (7 months ago)
- Last Synced: 2025-02-25T20:23:52.220Z (7 months ago)
- Topics: distributed-systems, plpgsql, postgresql, sql, triggers
- Language: PLpgSQL
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/`](./lab1/)## How to Use
1. Clone the repository:
```bash
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.