Crates.io | galadh |
lib.rs | galadh |
version | 0.1.3 |
source | src |
created_at | 2022-03-22 19:30:10.377662 |
updated_at | 2022-03-24 16:03:04.896343 |
description | Simple key-value storage inspired by etcd |
homepage | |
repository | |
max_upload_size | |
id | 554840 |
size | 143,532 |
galadh
(sindar word for tree) is a key-value storage inspired by etcd
.
It was initially supposed to operate like single-instance etcd
and be fully compatible with etcdctl
utility.
It's based on simplified etcd's grpc-protobuffs (further rework needed). Project goal is educational. Current state is early alpha.
It comes with two binaries: gldh
is a server and gldh-cli
is a client
# run server
$ gldh
# use client in another terminal
$ gldh-cli put key value
$ gldh-cli get key
key
value