Skip to content

sashafierce/python-etcd-cmdclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a simple async commandline client to list items from etcd

etcd is a key-value store for the most critical data of distributed systems.

  1. async_client.py reads all value corresponding to a key
  2. read_prefixkeys_etcd.py writes some key value pairs to etcd and reads the keys with provided prefix

usage

$ etcdctl mk /prefix/foo test
$ python read_prefixkeys_etcd.py prefix/
/prefix/foo: test

About

experiments with python-etcd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages