{"id":16582081,"url":"https://github.com/remeh/go-rrd","last_synced_at":"2026-04-15T00:31:17.493Z","repository":{"id":146846103,"uuid":"105156648","full_name":"remeh/go-rrd","owner":"remeh","description":"A golang client for talking to rrdcached","archived":false,"fork":false,"pushed_at":"2017-11-17T13:46:26.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T12:48:31.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remeh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-28T14:11:06.000Z","updated_at":"2024-01-10T08:13:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"247b2785-d853-44e0-b91f-902c747668bc","html_url":"https://github.com/remeh/go-rrd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remeh/go-rrd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remeh%2Fgo-rrd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remeh%2Fgo-rrd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remeh%2Fgo-rrd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remeh%2Fgo-rrd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remeh","download_url":"https://codeload.github.com/remeh/go-rrd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remeh%2Fgo-rrd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T22:31:21.526Z","updated_at":"2026-04-15T00:31:17.467Z","avatar_url":"https://github.com/remeh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-rrd [![Go Report Card](https://goreportcard.com/badge/github.com/multiplay/go-rrd)](https://goreportcard.com/report/github.com/multiplay/go-rrd) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/multiplay/go-rrd/blob/master/LICENSE) [![GoDoc](https://godoc.org/github.com/multiplay/go-rrd?status.svg)](https://godoc.org/github.com/multiplay/go-rrd) [![Build Status](https://travis-ci.org/multiplay/go-rrd.svg?branch=master)](https://travis-ci.org/multiplay/go-rrd)\n\ngo-rrd is a [Go](http://golang.org/) client for talking to [rrdtool's](https://oss.oetiker.ch/rrdtool/index.en.html) [rrdcached](https://oss.oetiker.ch/rrdtool/doc/rrdcached.en.html).\n\nFeatures\n--------\n* Full [rrdcached](https://oss.oetiker.ch/rrdtool/doc/rrdcached.en.html) Support.\n\nInstallation\n------------\n```sh\ngo get -u github.com/multiplay/go-rrd\n```\n\nExamples\n--------\n\nUsing go-rrd is simple just create a client and then send commands e.g.\n```go\npackage main\n\nimport (\n\t\"log\"\n\t\"time\"\n\n\t\"github.com/multiplay/go-rrd\"\n)\n\nfunc main() {\n\tc, err := rrd.NewClient(\"192.168.1.102:10011\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tdefer c.Close()\n\n\tif err := c.Create(\n\t\t\"test.rrd\",\n\t\t[]DS{NewGauge(\"watts\", time.Minute*5, 0, 24000)},\n\t\t[]RRA{NewAverage(0.5, 1, 864000)},\n\t); err != nil {\n\t\tlog.Fatal(err)\n\t}\n}\n```\n\nDocumentation\n-------------\n- [GoDoc API Reference](http://godoc.org/github.com/multiplay/go-rrd).\n\nLicense\n-------\ngo-rrd is available under the [BSD 2-Clause License](https://opensource.org/licenses/BSD-2-Clause).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremeh%2Fgo-rrd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremeh%2Fgo-rrd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremeh%2Fgo-rrd/lists"}