All Projects → jimmycuadra → Rust Etcd

jimmycuadra / Rust Etcd

Licence: mit
An etcd client library for Rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rust Etcd

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)
Stars: ✭ 314 (+163.87%)
Mutual labels:  database, etcd, key-value
Etcd
Distributed reliable key-value store for the most critical data of a distributed system
Stars: ✭ 38,238 (+32032.77%)
Mutual labels:  database, etcd, key-value
Cutedb
A slick BTree on disk based key value store implemented in pure Go
Stars: ✭ 67 (-43.7%)
Mutual labels:  database, key-value
Keydb
high performance key value database written in Go
Stars: ✭ 70 (-41.18%)
Mutual labels:  database, key-value
Cask
A fast key-value store written in Rust
Stars: ✭ 79 (-33.61%)
Mutual labels:  database, key-value
Libmdbx
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
Stars: ✭ 729 (+512.61%)
Mutual labels:  database, key-value
Xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
Stars: ✭ 864 (+626.05%)
Mutual labels:  database, key-value
Pumpkindb
Immutable Ordered Key-Value Database Engine
Stars: ✭ 1,219 (+924.37%)
Mutual labels:  database, key-value
Tectonic Installer
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 599 (+403.36%)
Mutual labels:  etcd, coreos
Slowpoke
Low-level key/value store in pure Go.
Stars: ✭ 98 (-17.65%)
Mutual labels:  database, key-value
Badger
Fast key-value DB in Go.
Stars: ✭ 10,127 (+8410.08%)
Mutual labels:  database, key-value
Zookeeper
Apache ZooKeeper
Stars: ✭ 10,061 (+8354.62%)
Mutual labels:  database, key-value
Histore
🏬 200b key-value store backed by navigation state
Stars: ✭ 683 (+473.95%)
Mutual labels:  database, key-value
Bitcask
🔑A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
Stars: ✭ 654 (+449.58%)
Mutual labels:  database, key-value
Keyvast
KeyVast - A key value store
Stars: ✭ 33 (-72.27%)
Mutual labels:  database, key-value
Laravel Options
Global key-value store in the database
Stars: ✭ 626 (+426.05%)
Mutual labels:  database, key-value
Ejdb
🏂 EJDB 2.0 — Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image.
Stars: ✭ 1,187 (+897.48%)
Mutual labels:  database, key-value
Lmdbjava
Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store
Stars: ✭ 546 (+358.82%)
Mutual labels:  database, key-value
Pickledb
pickleDB is an open source key-value store using Python's json module.
Stars: ✭ 549 (+361.34%)
Mutual labels:  database, key-value
Cog
A Persistent Embedded Graph Database for Python
Stars: ✭ 90 (-24.37%)
Mutual labels:  database, key-value

etcd

Build Status

An etcd client library for Rust.

Running the tests

  • Install Docker and Docker Compose.
  • Run make. This will drop you into a Bash shell in a container.
  • Inside the container, run cargo test.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].