frostdb
Column store
A Go-based embeddable columnar database optimized for write-heavy workloads and analytical queries.
❄️ Coolest database around 🧊 Embeddable column database written in Go.
1k stars
13 watching
66 forks
Language: Go
last commit: 4 days ago apache-arrowapache-parquetcolumnar-storagedatabasegolang
Related projects:
Repository | Description | Stars |
---|---|---|
kelindar/column | A high-performance in-memory storage engine with bitmap indexing for columnar data storage and querying. | 1,437 |
fern4lvarez/piladb | A lightweight, RESTful database engine based on stack data structures | 206 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,577 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
freeleh/gofreedb | A Google Sheets-based key-value and row store library for Go. | 36 |
blastrain/octillery | A Go package for sharding databases in a flexible and declarative way, supporting various OR mapping libraries and raw SQL. | 194 |
jpincas/tormenta | An embedded object-persistence layer with simple JSON database capabilities for Go projects | 45 |
steebchen/prisma-client-go | An auto-generated query builder for type-safe database access in Go | 2,152 |
surrealdb/surrealdb.go | A Go library providing an interface to SurrealDB, allowing users to connect to and manipulate data in a real-time database | 243 |
cvilsmeier/sqinn-go | A Go library for accessing SQLite databases without using cgo. | 425 |
philippgille/chromem-go | An in-memory vector database that enables retrieval augmented generation and other embeddings-based features without relying on external third-party dependencies. | 299 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |