awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesData Access Patterns

Common architectural problems and solutions related to how applications interact with data layers.

Distinguishing note: Focuses on anti-patterns like N+1 queries, distinct from general database administration.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Data Access Patterns. Refine with filters or upvote what's useful.

Awesome Data Access Patterns GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • karanpratapsingh/system-designAvatar karanpratapsingh

    karanpratapsingh/system-design

    44,051Vezi pe GitHub↗

    This project is a comprehensive educational resource focused on the principles, patterns, and trade-offs required to design scalable, reliable, and high-performance distributed systems. It provides a structured curriculum that covers the fundamental architectural strategies necessary for building modern software infrastructure, ranging from high-level system decomposition to low-level networking and data management. The repository distinguishes itself by offering deep dives into complex architectural patterns, such as microservices-based decomposition, event-driven communication, and command-

    Identifies the N+1 query problem as a common data access anti-pattern.

    architecturedistributed-systemsengineering
    Vezi pe GitHub↗44,051
  • bagisto/bagistoAvatar bagisto

    bagisto/bagisto

    27,305Vezi pe GitHub↗

    Bagisto is a modular e-commerce platform designed for building and managing scalable online storefronts. It functions as an enterprise-grade toolkit that provides a structured environment for handling complex inventory, secure payment processing, and shipping logistics. Built on a flexible architecture, the platform allows developers to extend core business logic through custom packages and specialized product types. The platform distinguishes itself through a highly modular design that utilizes service-provider-based dependency injection and a repository-pattern data access layer to decouple

    Data operations are abstracted through dedicated classes that decouple the business logic from the underlying database storage and query implementation.

    PHPb2b-ecommerceblockchain-ecommerceecommerce
    Vezi pe GitHub↗27,305
  • flyerhzm/rails_best_practicesAvatar flyerhzm

    flyerhzm/rails_best_practices

    4,166Vezi pe GitHub↗

    Acest proiect este un instrument de analiză statică și un linter pentru Ruby on Rails conceput pentru a identifica mirosurile arhitecturale și încălcările bunelor practici. Servește ca linter de calitate a codului, auditor arhitectural, scaner de securitate și analizor de performanță pentru aplicațiile Rails. Instrumentul evaluează separarea responsabilităților între controllere, modele și template-uri de view pentru a reduce datoria tehnică. Identifică tiparele de cod suboptimale și impune consistența stilistică, scanând în mod specific pentru vulnerabilități de securitate, cum ar fi mass assignment neprotejat în modele. Suprafața de analiză acoperă detectarea interogărilor de bază de date ineficiente și a tiparelor de preluare a datelor care consumă multă memorie. De asemenea, auditează designul rutelor, validează persistența înregistrărilor și identifică gestionarea necorespunzătoare a erorilor și configurările greșite ale fusului orar. Utilizatorii pot gestiona analiza definind ce verificări de cod să activeze sau să dezactiveze printr-un fișier de configurare.

    Identifies complex finders in controllers and suggests the use of named scopes for better data access.

    Ruby
    Vezi pe GitHub↗4,166
  1. Home
  2. Software Engineering & Architecture
  3. Data Access Patterns