Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for golang key value
golang
x
key-value
x
42 search results found
Etcd
⭐
47,391
Distributed reliable key-value store for the most critical data of a distributed system
Mmkv
⭐
17,152
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Bolt
⭐
10,662
An embedded key/value database for Go.
Immudb
⭐
8,416
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
Rosedb
⭐
4,520
Lightweight, fast and reliable key/value storage engine based on Bitcask.
Buntdb
⭐
4,139
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
Nutsdb
⭐
3,337
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.
Olric
⭐
2,860
Distributed in-memory object store. It can be used both as an embedded Go library and as a language-independent service.
Pogreb
⭐
1,178
Embedded key-value store for read-heavy workloads written in Go
Icefiredb
⭐
1,064
@IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.
Flydb
⭐
897
The high-performance kv storage engine based on bitcask paper made in golang
Hraftd
⭐
828
A reference use of Hashicorp's Raft implementation
Gokv
⭐
625
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Elasticell
⭐
418
Elastic Key-Value Storage With Strong Consistency and Reliability
Scdb
⭐
352
SolidCoreDataBase:It is a simple key-value distributed database based on bitcask
Godown
⭐
343
Distributed, fault-tolerant key-value storage written in go.
Flashdb
⭐
332
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
Valkeyrie
⭐
274
Distributed Key/Value Store Abstraction Library written in Go.
Dvid
⭐
196
Distributed, Versioned, Image-oriented Dataservice
Kiwi
⭐
154
A minimalistic in-memory key value store.
Barreldb
⭐
136
A disk based KV store (based on Bitcask implementation)
Sdb
⭐
123
SDB :纯 Go 开发、数据结构丰富、持久化、简单易用的 NoSQL 数据库
Gkvdb
⭐
116
[mirror] Go语言开发的基于DRH(Deep-Re-Hash)深度哈希分区算法的高性能高可用Key-Value
Badger
⭐
108
Fast Key-Value DB in Go
Slowpoke
⭐
95
Low-level key/value store in pure Go.
Keydb
⭐
83
high performance key value database written in Go
Redhub
⭐
72
High-performance Redis-Server multi-threaded framework, based on rawepoll model.
Vkv
⭐
71
vkv enables you to list, compare, import, document, backup & encrypt secrets from a HashiCorp Vault KV engine
Microblob
⭐
65
Serve millions of JSON documents via HTTP.
Zanredisdb
⭐
65
Yet another distributed kvstore support redis data and index. moved to: https://github.com/youzan/ZanRedisDB
Cucache
⭐
62
Fast PUT/GET/DELETE in-memory key-value store for lookaside caching
Regatta
⭐
59
Regatta is a distributed key-value store. It is Kubernetes friendly with emphasis on high read throughput and low operational cost.
Simplehstore
⭐
54
🏪 Easy way to use a PostgreSQL database (and the HSTORE feature) from Go
Go Mcache
⭐
49
Fast in-memory key:value store/cache with TTL
Cete
⭐
42
An easy-to-use, lightweight embedded on-disk database built on Badger for use in your Go programs.
Kivi
⭐
37
Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist
Gocache
⭐
31
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
B52
⭐
29
b52 is a fast experimental Key/value database. With support for the memcache protocol.
Gocask
⭐
27
Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data
Fsdb
⭐
23
FSDB is a collection of Go libraries providing a key-value store on your file system
Application Development Using Boltdb
⭐
23
Repository for my "Application Development Using BoltDB" talk
Raft Rocks
⭐
22
A simple database based on raft and rocksdb
Huffleraft
⭐
22
Replicated key-value store driven by the raft consensus protocol 🚵
Hedge
⭐
21
A distributed systems library for Kubernetes deployments built on top of spindle and Cloud Spanner.
Miniredis
⭐
20
Experimental key-value persistent DB with TCP.
Rotom
⭐
20
A fast key-value in-memory embedded database, multi-thread support, with persistent storage.
M2
⭐
19
a simple http key/value cache system based on raft protocol.
Mossdb
⭐
19
MossDB is an in-memory, persistent, and embedded key-value database in Go, support transaction, ttl and Watch.
Raft Badger
⭐
18
Badger-based backend for Hashicorp's raft package
Kubernetes Router
⭐
17
Tsuru router API implementation that manages k8s loadbalancers/ingress
Gonudb
⭐
16
Gonudb is an append-only key/value datastore written in Go.
Kvstore
⭐
16
kvstore is an experimental in-memory database server compatible with the redis protocol (RESP).
Tempdb
⭐
14
Key-value store for temporary items 📝
Redqueen
⭐
14
Reliable distributed key-value store, and provides some advanced functions internal
Bitcask
⭐
14
Bitcask is a log-structured fast KV store.
Mdb
⭐
13
LSM tree based key-value database
Rawkv
⭐
13
Cloud-native distributed key-value database.
Dynamo
⭐
12
Generic Golang Key/Value trait for AWS storage services
Redconf
⭐
12
sync config from redis or others storage while the config values changed
Kvcache
⭐
12
Simple, optimized, embedded, persistent (file-based) key-value cache
Go Ttlmap
⭐
12
go-ttlmap is a Go package that provides an in-memory key-value cache with notification events for storing TTL-based expirable items.
Http Cache
⭐
12
FAST http key/value in-memory cache/database with REST interface
Yzma
⭐
11
A multi-master k/v store using gossip for replication written in Go
Lightkv
⭐
10
基于go的轻量化key-value服务
Go Mdbm
⭐
10
Just! Go(go-lang) interface for Y! MDBM, Golang MDBM Wrapper
Go Micro Auth
⭐
9
Authentication microservice in Go lang
Ipldcrud
⭐
9
Golang based hack to experiment the uses of IPLD through the IPFS DAG operations using the go-ipfs-api package.
Gocache
⭐
8
Ultra fast lock-free cache library
Golang Service Discovery
⭐
8
Implementation of Service Discovery, Key Value (KV) Store, and Healthcheck using Consul in golang.
Kece
⭐
8
[In Development] An Experimental distributed Key Value Store written in pure Go
Amnesiadb
⭐
8
Multithreaded key value pair store using thread safe locking mechanism allowing concurrent reads
Bitempura
⭐
8
⏳ Toy, in-memory, bitemporal key-value database
Cb Store
⭐
7
cb-store is a common repository for managing Meta Info of Cloud-Barista.
Wredis
⭐
7
Wrapped Redis for Golang
Raft Badger
⭐
6
Raft backend implementation using Badger
Zapp
⭐
6
A fast Key-Value Pure Golang Database created mostly for fun
Gosqldb
⭐
6
A key-value persistent database that supports SQL queries over B+ and LSM trees
Go Leveldbctl
⭐
6
LevelDB control command
Go Cache
⭐
5
Simple cache system
Leveldb
⭐
5
high performance key-value database written in Go. Based on Google LevelDB api.
Kv
⭐
5
Simple key-value store on top of SQLite or MySQL
Gokvadmin
⭐
5
Golang web interface for managing key-value storages
Kubekeycopy
⭐
5
Add your key anywhere, anytime quick on your docker, kubernetes deployments...
Related Searches
Golang Command Line (8,308)
Golang Docker (7,769)
Golang Kubernetes (7,459)
Golang Http (4,290)
Golang Server (4,285)
Javascript Golang (3,372)
Golang Json (2,652)
Golang Proxy (2,577)
Golang Grpc (2,432)
Golang Metrics (2,242)
1-42 of 42 search results
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.