Centralized lab management system allows admin to remotely execute commands and transfer files to student computers over SSH.
-
Updated
Jun 22, 2025 - Python
Centralized lab management system allows admin to remotely execute commands and transfer files to student computers over SSH.
basic implementation of distributed computing using Python's socket programming. It showcases how a master node can distribute tasks to multiple slave nodes and aggregate the computed results. This example is intended for educational purposes to understand the fundamentals of network programming and distributed computing architectures.
This repository provides a practical implementation of a PostgreSQL master-slave replication setup using Change Data Capture (CDC) and RisingWave. It demonstrates how to configure logical replication between a master and slave PostgreSQL instance, and how to stream real-time changes into RisingWave for further processing.
Add a description, image, and links to the master-slave-architecture topic page so that developers can more easily learn about it.
To associate your repository with the master-slave-architecture topic, visit your repo's landing page and select "manage topics."