Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Column Alternatives
Similar projects and alternatives to column
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
-
immudb
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
-
LevelDB
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
-
-
-
-
-
-
buntdb
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
column discussion
column reviews and mentions
- Known "Entity Component Systems" implementations in Go?
-
Open Source Databases in Go
column - High-performance, columnar, embeddable in-memory store with bitmap indexing and transactions.
-
GitHub - kelindar/ecs: Example of Entity Component System in Go
I've wanted to build an online roguelike in Go for a long time, but no good ECS libraries were out there. After a first failed attempt last year, I realized that first I needed to build a solid columnar storage engine kelindar/column which took roughly half of 2021 to get into a good state, with transactions, bitmap queries, concurrent snapshotting and all of that fancy stuff.
-
A note from our sponsor - InfluxDB
influxdata.com | 28 Apr 2025
Stats
kelindar/column is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of column is Go.