#
key-value
Here are 608 public repositories matching this topic...
database
nosql
key-value
graph-database
graphdb
distributed-database
document-database
multi-model
arangodb
-
Updated
Aug 22, 2020 - C++
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
-
Updated
Jun 13, 2020 - Go
javascript
library
database
key-value
storage
cookies
localstorage
indexeddb
sessionstorage
key-value-database
key-value-store
-
Updated
Aug 20, 2020 - JavaScript
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
caching
http
nosql
key-value
https
high-performance
proxy
cache
http2
restful
load-balancer
reverse-proxy
haproxy
http-cache
nuster
-
Updated
Aug 15, 2020 - C
Lightweight and blazing fast key-value database written in pure Dart.
-
Updated
Aug 20, 2020 - Dart
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
redis
rocksdb
c-plus-plus
database
lua
server
nosql
key-value
leveldb
lmdb
persistence
percona
nosql-database
wiredtiger
forestdb
-
Updated
Jun 1, 2020 - C++
2
buraksezer
commented
May 4, 2020
Currently, Stats
command in the protocol and olric-stats
tool only work on a cluster member. So if you run the following command:
olric-stats -a=cluster-member:port
It returns statistics for only one cluster member. This is not very useful most of the time. We need to aggregate all statistics.
-s/--summary
would also be useful.
immudb is a lightweight, high-speed immutable database for systems and applications
go
golang
immutable
database
key-value
verification
merkle-tree
immutable-database
sensitive-data
tamperproof
-
Updated
Aug 21, 2020 - Go
An Embedded NoSQL, Transactional Database Engine
-
Updated
Jul 26, 2020 - C
Immutable Ordered Key-Value Database Engine
-
Updated
Mar 21, 2020 - Rust
nodejs
android
c
java
dart
swift
ios
json
embedded
react-native
database
osx
nosql
key-value
websocket
jni
reactnative
flutter
ejdb
kv-store
-
Updated
Jul 19, 2020 - C
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
c
windows
macos
linux
lua
cpp
key-value
thread
parallel
parallel-computing
luajit
multithreading
lock-free
kv
lockfree
automaitc
parallel-programming
wait-free
embedded-kv
-
Updated
Aug 22, 2020 - C
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
kotlin
java
database
nosql
key-value
db
transactional
embedded-database
entity-store
log-structured
schema-less
snapshot-isolation
xodus
youtrack
-
Updated
Aug 18, 2020 - Java
A very fast transactional key-value, embedded database storage engine in Fractal-Tree. Teaching/Research purposes only.
-
Updated
Jun 20, 2020 - C
-
Updated
May 12, 2018 - JavaScript
A reference use of Hashicorp's Raft implementation
-
Updated
Jul 15, 2020 - Go
Embedded key-value store for read-heavy workloads written in Go
-
Updated
May 4, 2020 - Go
Global key-value store in the database
-
Updated
Aug 14, 2020 - PHP
Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store
-
Updated
Aug 18, 2020 - Java
Improve this page
Add a description, image, and links to the key-value topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the key-value topic, visit your repo's landing page and select "manage topics."
Today,
etcdctl endpoint health
only performs a quorum GET. If server is corrupted or exceeded quota (which put the server into read only mode), this command incorrectly returnshealthy
.