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

6 repos

Awesome GitHub RepositoriesData Storage Architectures

Structural designs and patterns that define how data is organized and accessed within a storage system.

Explore 6 awesome GitHub repositories matching data & databases · Data Storage Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Data Persistence and Storage
  5. Data Storage Architectures

Awesome Data Storage Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Ccachecachingdatabase
  • danielmiessler/SecLists

    danielmiessler/SecLists

    68,943GitHubView on GitHub↗

    SecLists is a comprehensive repository of security testing assets, functioning as a centralized knowledge base and collection of wordlists for professionals conducting vulnerability assessments and penetration testing. It provides a vast array of usernames, passwords, and payloads designed for brute-force and fuzzing a

    PHP
  • toeverything/AFFiNE

    toeverything/AFFiNE

    63,081GitHubView on GitHub↗

    AFFiNE is a collaborative knowledge base and productivity suite designed as a private-first, local-first platform. It provides an integrated workspace that combines structured documents with an infinite digital canvas, allowing users to organize complex information through a block-based model. By prioritizing local dat

    TypeScriptappcrdteditor
  • prometheus/prometheus

    prometheus/prometheus

    62,853GitHubView on GitHub↗

    Prometheus is a comprehensive monitoring and alerting platform designed to track infrastructure health and application performance. It functions as a time series database that ingests, indexes, and queries high-frequency numerical data points. By utilizing a pull-based model, the system periodically collects multi-dime

    Goalertinggraphinghacktoberfest
  • git/git

    git/git

    59,192GitHubView on GitHub↗

    Git is a distributed version control system and command-line tool designed for tracking changes in source code and coordinating collaborative software development. It functions as a content-addressable storage platform where project data is maintained as immutable objects indexed by cryptographic hashes, ensuring data

    Cchacktoberfestshell
  • meilisearch/meilisearch

    meilisearch/meilisearch

    55,992GitHubView on GitHub↗

    Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.

    Rustaiapiapp-search

Explore sub-tags

  • Content Addressable StorageStorage systems that identify and retrieve data based on its cryptographic hash rather than its file path.
  • Flat-File Data StoresStorage systems that rely on plain text files and directory structures instead of relational databases.
  • In-Memory Data StoresSystems designed to hold data primarily in RAM for high-performance access.
  • Local-First Data Persistence
Storage strategies that prioritize client-side availability and offline functionality before synchronizing with remote backends.
  • Time-Series Block StorageStorage engines that organize time-stamped data into immutable disk blocks for high-throughput ingestion and range-based retrieval.
  • Zero-Copy Memory MappingsTechniques that map files directly into process memory to avoid redundant data copying between kernel and user space.