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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kelindar avatar

kelindar/column

0
View on GitHub↗

Column

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

Features

  • Database Engines - High-performance, columnar, embeddable in-memory store.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI
  • 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.
  • 1,510 stars·68 forks·Go·MIT·10 views

    Star history

    Star history chart for kelindar/columnStar history chart for kelindar/column

    How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

    Frequently asked questions

    What does kelindar/column do?

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

    What are the main features of kelindar/column?

    The main features of kelindar/column are: Database Engines, Database Systems, Key-Value Stores.

    Which projects share features with kelindar/column?

    Projects with overlapping indexed features include: 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…

    Projects sharing features with Column

    These projects share indexed features with Column. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
    • cockroachdb/pebblecockroachdb avatar

      cockroachdb/pebble

      5,777View on 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
      View on GitHub↗5,777
    • dgraph-io/badgerdgraph-io avatar

      dgraph-io/badger

      15,666View on 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
      View on GitHub↗15,666
    • akrylysov/pogrebakrylysov avatar

      akrylysov/pogreb

      1,350View on GitHub↗

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

      Gogohash-tablekey-value
      View on GitHub↗1,350
    • peterbourgon/diskvpeterbourgon avatar

      peterbourgon/diskv

      1,458View on GitHub↗

      A disk-backed key-value store.

      Go
      View on GitHub↗1,458
    Compare all 30 related projects→