M31DB
gitdb
M31DB | gitdb | |
---|---|---|
1 | 5 | |
6 | 255 | |
- | 0.0% | |
6.4 | 0.0 | |
over 1 year ago | over 2 years ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | 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.
M31DB
-
A New Database in Progress written entirely in Golang
** This is not fully complete so don't judge it ** I am currently working on a powerful multi-modal database management system. When Complete it will have unique features like: - Plugin System - Optional Schema - Pre-Built Chaching - Embeddable - Extendable - Full-text Search - Swap Queries (Kinda like transactions) - ACID Compliant - Sharting - Custom Load Balancing - Concurrency - Multi-Tenant - Server-Less - CLI If you want to see it or contribute to it see our GitHub Repo
gitdb
- GitHub - gogitdb/gitdb: Distributed Embeddable Database
- GitDB, a distributed embeddable database on top of Git
-
Hacker News top posts: Jul 7, 2022
GitDB, a distributed embeddable database on top of Git\ (8 comments)
What are some alternatives?
pogreb - Embedded key-value store for read-heavy workloads written in Go
go-store - Lightweight embedded database in pure Go inspired by lowdb
badger - Fast key-value DB in Go.
chdb-go - Go bindings and cli for chDB, an in-process SQL OLAP Engine powered by ClickHouse
gokv - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
btree - A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.
redix - a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more
tiedot - A rudimentary implementation of a basic document (NoSQL) database in Go