RustCamp 2015 - Graphite-Rust: A Fast Time Series Database Implementation by Xavier Lange

Graphite-Rust: A Fast Time Series Database Implementation by Xavier Lange Time series databases are the backbone of metrics gathering in large computer systems. The most popular service is a difficult to understand and suboptimal implementation done in Python. Rust’s strong typing, safe data reuse, standardized build tool, and easy integration with performance tools have made it possible to build a high performance replacement. This talk will cover the rearchitecture of the popular graphite metric system
Back to Top