rosedb
column
rosedb | column | |
---|---|---|
3 | 3 | |
4,577 | 1,429 | |
1.3% | - | |
6.2 | 4.1 | |
5 days ago | 9 months ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rosedb
column
- 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.
What are some alternatives?
nutsdb - A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
frostdb - ❄️ Coolest database around 🧊 Embeddable column database written in Go.
TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
go-memdb - Golang in-memory database built on immutable radix trees
bolt
jaeger - CNCF Jaeger, a Distributed Tracing Platform
Databunker - Secure Vault for Customer PII/PHI/PCI/KYC Records
prometheus - The Prometheus monitoring system and time series database.
Milvus - A cloud-native vector database, storage for next generation AI applications
goqu - SQL builder and query library for golang
dgraph - The high-performance database for modern applications
badger - Fast key-value DB in Go.