https://github.com/douban/scribec-rs
A scribe client and command line tools in rust
https://github.com/douban/scribec-rs
Last synced: 3 months ago
JSON representation
A scribe client and command line tools in rust
- Host: GitHub
- URL: https://github.com/douban/scribec-rs
- Owner: douban
- Created: 2022-01-10T05:31:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T05:43:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T15:16:14.774Z (8 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scribec-rs
a [scribe](https://github.com/facebookarchive/scribe) client for rust
[](https://crates.io/crates/scribec)
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