awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data and Persistence Architectures · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesData and Persistence Architectures

Patterns for separating data storage, static assets, and resource-oriented services from core application logic.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Data and Persistence Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Technical Domains
  4. Architectural Patterns
  5. Data and Persistence Architectures

Awesome Data and Persistence Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • donnemartin/system-design-primer

    donnemartin/system-design-primer

    335,906GitHubView on GitHub↗

    This repository is a comprehensive educational resource designed to help software engineers master large-scale system design and prepare for technical interviews. It provides a structured curriculum that covers the fundamental principles of distributed systems, backend engineering, and object-oriented design through a

    Pythondesigndesign-patternsdesign-system
  • ruanyf/weekly

    ruanyf/weekly

    84,256GitHubView on GitHub↗

    This project is a long-term, curated tech newsletter and digital trend repository designed for software developers and technology enthusiasts. It functions as a knowledge aggregation archive, providing a recurring publication that synthesizes industry insights, technical trends, and cultural commentary to help professi

  • punkpeye/awesome-mcp-servers

    punkpeye/awesome-mcp-servers

    81,101GitHubView on GitHub↗

    This project serves as a centralized directory and interoperability hub for the Model Context Protocol, providing a curated collection of standardized service connectors that bridge artificial intelligence models with external software, databases, and APIs. It facilitates the integration of AI agents with diverse ecosy

    aimcp
  • Zie619/n8n-workflows

    Zie619/n8n-workflows

    51,686GitHubView on GitHub↗

    This project is a centralized repository and discovery platform for managing large collections of automation workflow definitions. It functions as an asset registry that provides visibility into complex process logic and integration patterns, allowing users to locate, filter, and manage pre-built automation templates a

    Python

Explore sub-tags

  • Decoupled Data PersistenceArchitectural patterns that separate raw data storage from the presentation layer to enable independent management.
  • RESTful API DesignsWeb service designs utilizing standard HTTP methods to provide stateless and scalable interfaces for data access.
  • Stateless Service ArchitecturesService architectures that maintain system simplicity by requiring all necessary state and credentials to be passed explicitly.
Static Asset Decoupling
Patterns that isolate raw asset definitions from application logic to facilitate independent updates and maintenance.