Hyperbee

Protocolo de Dados Descentralizado

B-tree key-value store built on top of Hypercore, providing ordered, queryable, range-scannable data with the same single-writer cryptographic verification properties as the underlying Hypercore log. Designed for use cases requiring fast lookups, sorted iteration, and snapshot consistency over append-only data. Member of the Holepunch suite.

Comunidade

Detalhes

Licença Open source — MIT (github.com/holepunchto/hyperbee)
Status de Dev 🟢 Ativo
Detalhe do Status de Dev Released / Active (production-deployed within Holepunch ecosystem apps)
Proprietário Holepunch (same team as Hypercore); core development by Mathias Buus
Órgão de Governança Company-controlled (Holepunch)
País International (distributed team)
Ano de Início 2019
Stack JavaScript / Node.js (reference implementation); WebAssembly builds for browser; built atop Hypercore
Financiamento Tether-backed via Holepunch (same as Hypercore)
Última Investigação 1 de jul. de 2026

Capacidades

Armazenamento local-first Portabilidade de dados

Protocolo de Dados Descentralizado Atributos

Origens Distributed data / Indexed storage (created to provide ordered, queryable structure over Hypercore's append-only log)
Banco de Dados B-tree structure persisted as entries in an underlying Hypercore log
Linguagem de Consulta Key lookups, range scans, prefix scans via JavaScript API (key/value get, put, del; createReadStream with gt/gte/lt/lte/limit/reverse)
Formatos de Dados Arbitrary key-value pairs (keys and values are opaque byte buffers; application defines encoding)
Edição Colaborativa em Tempo Real Single-writer (multi-writer scenarios require Autobase)
Edição de Texto Rico N/A (data structure library)
Suporte Móvel Yes (via Pear runtime alongside parent Hypercore)
Suporte Web Yes (WebAssembly builds available)
Aplicativos Nativos Yes (consumed by Keet, Pear runtime applications, and other Holepunch tools)
Termos Open Source / Free — MIT License
Fundos Not separately disclosed; part of Holepunch operational funding
Baseado Em Hypercore (underlying append-only log); standard B-tree algorithms
Arquitetura P2P Inherits Hypercore's P2P model; Hyperbee state replicates via the underlying Hypercore (single-writer, verifiable partial replication)
Rede de Sobreposição Inherits from Hypercore (Hyperswarm-based peer discovery)
Endereçamento por Conteúdo Inherits Hypercore's public-key addressing; B-tree nodes addressed by Hypercore block sequence
Local-First Yes (inherits Hypercore's local-first properties)
Criptografia de Ponta a Ponta (E2EE) Transport encryption via Noise (inherits from Hypercore)
Biblioteca de CRDTs N/A (B-tree is single-writer; multi-writer collaboration requires Autobase layer)
Tolerância a Falhas Bizantinas Inherits Hypercore's single-writer signature model (no consensus)
Assinatura Inherits Hypercore signatures (Ed25519)
Permissões Inherits Hypercore (public-key gated read/write)
Compatibilidade com a Web Semântica N/A (content-agnostic key-value store)
Contrato Inteligente N/A
Posição na Pilha de Protocolo L3.2 Data & Semantic (built atop Hypercore at L3.2)
Incorporação de Ativo / Valor None — data structure library with no native token or value embedding
Maturidade / Padronização do Protocolo Released / Production library (no formal standardization; community-driven evolution as part of Holepunch ecosystem)