# rrdlite **Repository Path**: mirrors_open-falcon/rrdlite ## Basic Information - **Project Name**: rrdlite - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go (golang) for rrdtool(1.4.9) 一个轻量级的rrdtool工具包,线程安全,解除librrd依赖,只提供create,update,fetch,info ## Installing go get github.com/yubo/rrdlite ## Example See [rrd_test.go](https://github.com/yubo/rrdlite/blob/master/rrd_test.go) for an example of using this package.