awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesBlock Metadata Inspection

Providing views into the internal schema, metadata, and column values of storage blocks.

Distinct from Block Storage: Focuses on inspecting existing storage block internals rather than general block storage architecture.

Explore 2 awesome GitHub repositories matching data & databases · Block Metadata Inspection. Refine with filters or upvote what's useful.

Awesome Block Metadata Inspection GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • angrave/systemprogrammingAvatar de angrave

    angrave/SystemProgramming

    5,734Voir sur GitHub↗

    This is an open-source, crowd-sourced wiki textbook that teaches Linux system programming in C. It covers the core operating system concepts of process management through the fork-exec-wait model, dynamic memory allocation using implicit free list heap allocators, inode-based file systems, inter-process communication via pipes and shared memory, POSIX threads with synchronization primitives, signal-based asynchronous notification, virtual memory with page table translation, and runtime diagnostics using Valgrind and GDB. The textbook distinguishes itself by providing practical, implementation

    Stores block size and allocation status within the block itself, enabling navigation through the heap without external data structures.

    Voir sur GitHub↗5,734
  • grafana/tempoAvatar de grafana

    grafana/tempo

    5,079Voir sur GitHub↗

    Grafana Tempo is a high-scale distributed tracing backend and columnar trace database. It serves as an observability data store that persists and queries spans and traces using OpenTelemetry standards, allowing for the analysis of request flows across microservices. The system distinguishes itself by using an object-store based backend with columnar Parquet storage. This architecture enables efficient attribute searching and large-scale data retrieval through dedicated attribute columnization and block-based data partitioning. It includes a specialized TraceQL query engine for filtering trace

    Provides views of metadata, schema structures, and column values for individual storage blocks.

    Godistributed-tracinggrafana
    Voir sur GitHub↗5,079
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Block Metadata Inspection

Explorer les sous-tags

  • Heap Block Metadata TrackersStores block size and allocation status within the heap block itself, enabling navigation through the heap without external data structures. **Distinct from Block Metadata Inspection:** Distinct from Block Metadata Inspection: focuses on inline metadata within heap blocks for memory allocator traversal, not inspection of storage block internals.