An open API service indexing awesome lists of open source software.

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

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.