1 रिपॉजिटरी
Performing database schema updates as non-blocking background tasks to ensure high availability.
Distinct from Asynchronous Indexing: Unlike general asynchronous tasking, this specifically targets the migration of database schemas without blocking the system.
Explore 1 awesome GitHub repository matching data & databases · Asynchronous Database Migrations. Refine with filters or upvote what's useful.
Synapse is a Matrix homeserver implementation that provides the infrastructure for decentralized, real-time communication and messaging. It functions as a federated chat server that synchronizes room data and event streams across independent server instances to enable cross-domain interoperability. The server utilizes a hybrid core that integrates performance-critical logic in Rust with a Python orchestration layer. It employs a PostgreSQL relational database for persisting user accounts and conversation history, and uses a Redis-based messaging system to distribute tasks across horizontal wo
Performs database schema updates as non-blocking background tasks to ensure high availability during migrations.