ezetcd 0.1.0 copy "ezetcd: ^0.1.0" to clipboard
ezetcd: ^0.1.0 copied to clipboard

Dart 1 only

A client for etcd

ezetcd #

Dart client for etcd, a highly available key-value store.

This client is suitable for talking to a local etcd server such as might be typical in a containerized environment. The local etcd instance is responsible for dealing with the cluster.


var client = new EtcdClient();

client.setNode('/directory1', directory:true).then((NodeEvent ne){

  print('created $ne');

});

todos #

  • write tests for remaining SetCondition's and DeleteConditions
  • clear code todo's
  • tls?
  • improve dartdoc documentation
0
likes
15
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A client for etcd

Homepage

License

BSD-3-Clause (license)

Dependencies

intl, logging

More

Packages that depend on ezetcd