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 Data Purging

Rewriting storage blocks to exclude deleted time series and marking original blocks for removal.

Distinguishing note: None of the candidates cover permanent removal of deleted data from blocks; they focus on block storage architectures or dependency-based deletion blocks.

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

Awesome Block Data Purging 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.
  • cortexproject/cortexAvatar de cortexproject

    cortexproject/cortex

    5,751Voir sur GitHub↗

    Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro

    Rewrites storage blocks to exclude deleted time series and marks original blocks for removal.

    Gocncfhacktoberfestkubernetes
    Voir sur GitHub↗5,751
  • erigontech/erigonAvatar de erigontech

    erigontech/erigon

    3,529Voir sur GitHub↗

    Erigon is an Ethereum execution client and blockchain archive node designed to maintain full or archive copies of the blockchain. It functions as a Proof-of-Stake validator, an Ethereum RPC server, and a network validator operation tool, providing the core infrastructure to validate blocks and secure the chain. The project distinguishes itself through high-performance storage and data distribution, utilizing a flat key-value state storage system instead of a Merkle Patricia Trie to increase read and write speeds. It employs BitTorrent-based data distribution for immutable historical blockchai

    Removes all blocks, bodies, and transactions from the database to facilitate a fresh synchronization process.

    Goblockchainethereum
    Voir sur GitHub↗3,529
  1. Home
  2. Data & Databases
  3. Block Data Purging

Explorer les sous-tags

  • Blockchain Database ResetsComplete removal of block and transaction data to allow for a clean synchronization restart. **Distinct from Block Data Purging:** Covers full database wipes for re-syncing rather than incremental purging of old time-series data