{"id":15320994,"url":"https://github.com/qingwave/go-opentsdb","last_synced_at":"2025-10-09T08:30:24.043Z","repository":{"id":57539503,"uuid":"288948913","full_name":"qingwave/go-opentsdb","owner":"qingwave","description":"Go-lang Client of the OpenTSDB implementing the arranged Rest APIs","archived":false,"fork":true,"pushed_at":"2020-08-20T10:21:29.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-04T04:54:16.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bluebreezecf/opentsdb-goclient","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qingwave.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}},"created_at":"2020-08-20T08:24:09.000Z","updated_at":"2021-03-09T14:33:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qingwave/go-opentsdb","commit_stats":null,"previous_names":["qingwave/opentsdb-goclient"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fgo-opentsdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fgo-opentsdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fgo-opentsdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fgo-opentsdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qingwave","download_url":"https://codeload.github.com/qingwave/go-opentsdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235807660,"owners_count":19047985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-01T09:09:34.009Z","updated_at":"2025-10-09T08:30:18.534Z","avatar_url":"https://github.com/qingwave.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## opentsdb-goclient\n\n### Backgroud\nOpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase.\nOpenTSDB was written to address a common need: store, index and serve metrics collected \nfrom computer systems (network gear, operating systems, applications) at a large scale, \nand make this data easily accessible and graphable.\n\nI am about to use OpenTSDB, but currently there is no useable go-sdk for OpenTSDB. So I \ndevelop the opentsdb-goclient for convenience according to the [OpenTSDB Rest API Doc] (http://opentsdb.net/docs/build/html/api_http/index.html#api-endpoints)\n\nFork from https://github.com/bluebreezecf/opentsdb-goclient.git\n\n### How to use sample\n\n```go\nimport \"github.com/qingwave/go-opentsdb/opentsdb\"\n```\n\nIf you want to see how does the sample (sample.go) run, you can execute the following commands:\n\n``` shell\ncd $GOPATH\nmkdir -p $GOPATH/src/github.com/qingwave\ncd $GOPATH/src/github.com/qingwave\ngit clone https://github.com/qingwave/opentsdb-goclient.git\n\nvi sample.go //Use the real host and port of an existing OpenTSDB in Line 33: OpentsdbHost: \"127.0.0.1:4242\"\ngo run examples/sample.go\n\n```\n\n### Current supporting rest apis\n```bash\nGET                 /api/aggregators\nGET,POST,DELETE     /api/annotation\nPOST,DELETE         /api/annotation/bulk\nGET                 /api/config\nGET                 /api/dropcaches\nPOST                /api/put\nGET                 /api/query\nGET                 /api/query/last\nGET                 /api/serializers\nGET                 /api/stats\nGET                 /api/suggest\nPOST                /api/uid/assign\nGET,POST,DELETE     /api/uid/tsmeta\nGET,POST,DELETE     /api/uid/uidmeta\nGET                 /api/version\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwave%2Fgo-opentsdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqingwave%2Fgo-opentsdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwave%2Fgo-opentsdb/lists"}