douban / scribec-rs

A scribe client and command line tools in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scribec-rs

a scribe client for rust

crates.io License

usage

scribec admin version
scribec -H remote_host -p 1463 admin counters
echo "abc" | scribec cat test
tail -f /var/log/nginx/access.log | scribec std_logger access_log

todos

  • reconnect on failure
  • std logger read bulk

About

A scribe client and command line tools in rust


Languages

Language:Rust 97.5%Language:Thrift 2.5%