awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kelindar avatar

kelindar/column

0
View on GitHub↗
1,510 estrellas·68 forks·Go·MIT·7 vistas

Column

High-performance, columnar, in-memory store with bitmap indexing in Go

Features

  • Database Engines - High-performance, columnar, embeddable in-memory store.
  • Database Systems - Listed in the “Database Systems” section of the Awesome Go awesome list.
  • Key-Value Stores - In-memory columnar store with bitmap indexing and zero-alloc querying.

Historial de estrellas

Gráfico del historial de estrellas de kelindar/columnGráfico del historial de estrellas de kelindar/column

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace kelindar/column?

High-performance, columnar, in-memory store with bitmap indexing in Go

¿Cuáles son las características principales de kelindar/column?

Las características principales de kelindar/column son: Database Engines, Database Systems, Key-Value Stores.

¿Qué alternativas de código abierto existen para kelindar/column?

Las alternativas de código abierto para kelindar/column incluyen: cockroachdb/pebble — Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable,… tidwall/buntdb — BuntDB is an embedded key-value store for Go applications, providing in-memory storage with optional disk persistence.… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. dgraph-io/badger — Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values.… peterbourgon/diskv — A disk-backed key-value store. dicedb/dice — Dice is a low-latency key-value store based on Valkey that functions as a hierarchical storage engine. It combines a…

Alternativas open-source a Column

Proyectos open-source similares, clasificados según cuántas características comparten con Column.
  • cockroachdb/pebbleAvatar de cockroachdb

    cockroachdb/pebble

    5,777Ver en GitHub↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Go
    Ver en GitHub↗5,777
  • dgraph-io/badgerAvatar de dgraph-io

    dgraph-io/badger

    15,666Ver en GitHub↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Godatabasedocument-databasego
    Ver en GitHub↗15,666
  • akrylysov/pogrebAvatar de akrylysov

    akrylysov/pogreb

    1,350Ver en GitHub↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    Ver en GitHub↗1,350
  • peterbourgon/diskvAvatar de peterbourgon

    peterbourgon/diskv

    1,458Ver en GitHub↗

    A disk-backed key-value store.

    Go
    Ver en GitHub↗1,458
  • Ver las 30 alternativas a Column→