awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesDatabase Replication Strategies

Configurations for distributing database workloads across primary and replica instances to improve performance and availability.

Distinguishing note: None of the candidates matched; this category specifically covers the architectural pattern of read/write splitting.

Explore 3 awesome GitHub repositories matching data & databases · Database Replication Strategies. Refine with filters or upvote what's useful.

Awesome Database Replication Strategies GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • typeorm/typeormAvatar de typeorm

    typeorm/typeorm

    36,540Ver en GitHub↗

    TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented application code and relational database tables. It provides a comprehensive data persistence layer that allows developers to define database entities using class decorators or configuration objects, enabling seamless interaction with data through object-oriented patterns. The project distinguishes itself through a flexible architecture that supports both the data mapper and repository patterns, alongside a fluent query builder that translates high-level method calls into platform

    TypeORM routes read queries to replica nodes and write operations to the primary instance to improve application scalability and performance.

    TypeScriptactive-recordcockroachdbdata-mapper
    Ver en GitHub↗36,540
  • sequelize/sequelizeAvatar de sequelize

    sequelize/sequelize

    30,349Ver en GitHub↗

    Sequelize is an object-relational mapping library that provides a unified interface for managing relational data through code. By implementing the Active Record pattern, it maps database tables to application objects, allowing developers to perform standard create, read, update, and delete operations using high-level method calls. The library abstracts complex database interactions by translating these calls into optimized, engine-specific SQL statements, ensuring consistent behavior across different database systems. The project distinguishes itself through a comprehensive suite of tools for

    Sequelize distributes query operations across multiple replica servers while directing all write and update operations to a primary instance.

    TypeScriptdb2-ibm-ifeature-richjavascript
    Ver en GitHub↗30,349
  • gyoogle/tech-interview-for-developerAvatar de gyoogle

    gyoogle/tech-interview-for-developer

    17,417Ver en GitHub↗

    This project is a comprehensive technical interview preparation resource and computer science interview guide. It serves as an educational reference for developers to study core software engineering fundamentals and common coding patterns required for employment screenings. The repository provides detailed guides and references covering data structures and algorithms, networking and security, operating systems, and web development. It specifically focuses on the implementation and complexity analysis of sorting, searching, and graph algorithms. The material encompasses a wide breadth of comp

    Explains the architectural pattern of splitting database operations into primary and secondary roles for read traffic distribution.

    Javaalgorithmcomputer-sciencecs
    Ver en GitHub↗17,417
  1. Home
  2. Data & Databases
  3. Database Replication Strategies