An open API service indexing awesome lists of open source software.

https://github.com/tailhook/rotor-carbon

(ABANDONED. Use `tk-carbon` instead) The asynchronous rust + rotor bindings for carbon (graphite)
https://github.com/tailhook/rotor-carbon

Last synced: 10 months ago
JSON representation

(ABANDONED. Use `tk-carbon` instead) The asynchronous rust + rotor bindings for carbon (graphite)

Awesome Lists containing this project

README

          

============
Rotor Carbon
============

A client protocol implementation for carbon_ (and graphite)
asynchronous layer on top of rotor_.

:Status: Pre-alpha
:Documentation: http://tailhook.github.io/rotor-carbon

To Do:

* ☑ basic protocol implementation
* ☑ format!-style API
* ☑ reconnection of the client
* ☐ name resolving (requires rotor-dns_ to mature)

.. _rotor: http://github.com/tailhook/rotor
.. _carbon: http://graphite.wikidot.com/
.. _rotor-dns: http://github.com/tailhook/rotor-dns

=======
License
=======

Licensed under either of

* Apache License, Version 2.0,
(./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.

------------
Contribution
------------

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.