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)
- Host: GitHub
- URL: https://github.com/tailhook/rotor-carbon
- Owner: tailhook
- License: apache-2.0
- Created: 2016-02-01T15:46:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T22:19:31.000Z (over 9 years ago)
- Last Synced: 2025-03-25T16:45:02.978Z (11 months ago)
- Language: Python
- Homepage:
- Size: 3.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-APACHE
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.