awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cortexproject/cortexالصورة الرمزية لـ cortexproject

    cortexproject/cortex

    5,751عرض على 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
    عرض على GitHub↗5,751
  • erigontech/erigonالصورة الرمزية لـ erigontech

    erigontech/erigon

    3,529عرض على 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
    عرض على GitHub↗3,529
  1. Home
  2. Data & Databases
  3. Block Data Purging

استكشف الوسوم الفرعية

  • 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