docs.rs failed to build galadh-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
galadh key-value storage
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
How-to
# run server
# use client in another terminal
TODO (server)
- get/put
- delete
- snapshots and restoring from snapshot
- running params
- replace prefix tree dep or implement an own one
- watchers
- leases
- transactions
- tests
- docs
- cluster
- ???
TODO (client)
- get (partially)
- put
- connection params
- delete
- watch
- transactions
- ???