awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesBlock Merging Compactions

Merges multiple blocks for a tenant into a single optimized block to reduce storage costs and increase query speed.

Distinct from Block Storage: Distinct from Block Storage: focuses on the merging operation to optimize blocks, not general block storage architecture.

Explore 4 awesome GitHub repositories matching data & databases · Block Merging Compactions. Refine with filters or upvote what's useful.

Awesome Block Merging Compactions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • canopy-network/canopycanopy-network 的头像

    canopy-network/canopy

    11,413在 GitHub 上查看↗

    Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t

    Mints new tokens per block and splits them among block producers, delegates, and nested validators according to fixed ratios.

    Goauto-scaling-architecturelayerless-blockchain-creatormesh-security-provider
    在 GitHub 上查看↗11,413
  • cortexproject/cortexcortexproject 的头像

    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

    Merges multiple metric blocks into single optimized blocks to reduce storage costs and increase query speed.

    Gocncfhacktoberfestkubernetes
    在 GitHub 上查看↗5,751
  • tronprotocol/java-trontronprotocol 的头像

    tronprotocol/java-tron

    4,106在 GitHub 上查看↗

    java-tron 是 Tron 区块链全节点的 Java 实现。它提供了运行网络节点、验证交易和生成区块的核心基础设施。该项目包括一个权益证明(PoS)共识引擎、分布式账本数据库和用于管理链上状态转换的智能合约运行时。 该系统支持全节点和轻节点操作,利用状态快照来加速同步并降低硬件要求。它具有多引擎数据库抽象,允许跨不同物理磁盘进行存储迁移、分区和清理,以优化性能。 该软件涵盖了广泛的区块链功能,包括数字资产管理、通过代表选举进行的网络治理,以及通过虚拟机执行可编程逻辑。它通过支持 HTTP、gRPC 和 JSON-RPC 协议的网关公开区块链数据和功能。 该项目提供用于初始化网络节点、部署私有区块链环境以及管理加密账户密钥库的工具。

    Distributes rewards and subsidies to block producers and voters based on commission rates and voting weight.

    Java
    在 GitHub 上查看↗4,106
  • rotki/rotkirotki 的头像

    rotki/rotki

    3,895在 GitHub 上查看↗

    Rotki 是一个本地优先的财务管理套件,专为加密货币投资组合跟踪、税务会计和去中心化金融 (DeFi) 分析而设计。它作为一个自托管应用程序,将所有财务记录、交易历史和用户凭据安全地存储在加密的本地数据库中,确保敏感数据完全处于用户控制之下。 该平台凭借保护隐私的架构脱颖而出,消除了对中心化云存储或第三方数据提供商的依赖。用户通过配置自定义远程过程调用 (RPC) 端点进行区块链查询,并利用只读 API 集成进行交易所数据同步,从而保持对连接的完全控制。此外,该应用程序采用零知识数据同步方法,允许用户在多台设备间安全备份和访问其财务记录,而无需暴露私有信息。 除了核心存储和连接模型外,该软件还具有一个模块化会计引擎,通过将用户选择的成本基础方法应用于聚合数据来计算盈亏和税务指标。它包括专门的解析逻辑,将原始区块链活动转换为人类可读的事件,涵盖复杂的去中心化金融交互,如流动性提供、借贷头寸和流动性挖矿。该系统还提供全面的可视化工具,以呈现历史趋势、资产分配和净值演变。

    Records token locks and reward claims from distribution protocols to maintain an accurate history of financial incentives.

    Pythonaccountinganalyticsbitcoin
    在 GitHub 上查看↗3,895
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Block Merging Compactions

探索子标签

  • Compacted Block Query DirectivesDirects queries to compacted blocks only, avoiding duplicated samples and small indexes for efficient store access. **Distinct from Block Merging Compactions:** Distinct from Block Merging Compactions: focuses on querying only compacted blocks, not the merging operation itself.
  • Partitioned Block Splitting1 个子标签Splits a single large compaction into multiple smaller blocks to keep index files under size limits. **Distinct from Block Merging Compactions:** Distinct from Block Merging Compactions: focuses on splitting large compactions into smaller blocks, not merging multiple blocks.