repositorypackage
0.0.0-20170830205644-6ec3e4f28fe7
Repository: https://github.com/cloudfoundry/storeadapter.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
storeadapter
Golang interface for ETCD/ZooKeeper style datastores
storeadapter
The storeadapter
is an generalized client for connecting to a Zookeeper/ETCD-like high availability store. Writes are performed concurrently for optimal performance.
fakestoreadapter
Provides a fake in-memory implementation of the storeadapter
to allow for unit tests that do not need to spin up a database.
storerunner
Brings up and manages the lifecycle of a live ETCD/ZooKeeper server cluster.