Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunng87/rustmann
A riemann client on tokio, async/await
https://github.com/sunng87/rustmann
async-await riemann-client rust tokio
Last synced: 14 days ago
JSON representation
A riemann client on tokio, async/await
- Host: GitHub
- URL: https://github.com/sunng87/rustmann
- Owner: sunng87
- License: apache-2.0
- Created: 2018-09-09T08:53:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T02:48:43.000Z (4 months ago)
- Last Synced: 2024-10-04T13:15:56.340Z (about 1 month ago)
- Topics: async-await, riemann-client, rust, tokio
- Language: Rust
- Homepage:
- Size: 271 KB
- Stars: 21
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rustmann
[![Crates.io](https://img.shields.io/crates/v/rustmann.svg)](https://crates.io/crates/rustmann)
[![Docs](https://docs.rs/rustmann/badge.svg)](https://docs.rs/crate/rustmann/)
[![Build Status](https://travis-ci.org/sunng87/rustmann.svg?branch=master)](https://travis-ci.org/sunng87/rustmann)
![GitHub](https://img.shields.io/github/license/sunng87/rustmann.svg)
[![Donate](https://img.shields.io/badge/donate-liberapay-yellow.svg)](https://liberapay.com/Sunng/donate)A [riemann](https://riemann.io/) client using
[tokio](https://tokio.rs). This project is still in its early
stage and API changes aggressively.## Usage
See
[examples](https://github.com/sunng87/rustmann/tree/master/examples)
and [API docs](https://docs.rs/crate/rustmann/).## Features & TODOs
- [x] TCP Client
- [x] TLS TCP Client (by enabling `tls` feature)
- [x] UDP Client
- [x] Report API (`send_events`)
- [x] Query API (`send_query`)
- [x] Event Builder API## License
MIT/Apache-2.0