{"id":21493831,"url":"https://github.com/epicstep/kittenclient-go","last_synced_at":"2025-07-15T19:31:08.109Z","repository":{"id":127103943,"uuid":"314209892","full_name":"EpicStep/kittenclient-go","owner":"EpicStep","description":"Client for kittenhouse written in go","archived":false,"fork":false,"pushed_at":"2020-11-29T15:53:04.000Z","size":19,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T06:16:39.588Z","etag":null,"topics":["kittenclient","kittenclient-go","kittenhouse","kittenhouse-client","logging"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EpicStep.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":"2020-11-19T10:15:53.000Z","updated_at":"2021-01-19T18:57:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d942cca-2e00-4fd1-b3f2-feb93e89583a","html_url":"https://github.com/EpicStep/kittenclient-go","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fkittenclient-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fkittenclient-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fkittenclient-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fkittenclient-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EpicStep","download_url":"https://codeload.github.com/EpicStep/kittenclient-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226064544,"owners_count":17568034,"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":["kittenclient","kittenclient-go","kittenhouse","kittenhouse-client","logging"],"created_at":"2024-11-23T15:48:03.726Z","updated_at":"2024-11-23T15:48:04.349Z","avatar_url":"https://github.com/EpicStep.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Kittenclient-go\n\n[![Build Status](https://travis-ci.com/EpicStep/kittenclient-go.svg?branch=master)](https://travis-ci.com/github/EpicStep/kittenclient-go)\n[![Go Report Card](https://goreportcard.com/badge/github.com/EpicStep/kittenclient-go)](https://goreportcard.com/report/github.com/EpicStep/kittenclient-go)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/EpicStep/kittenclient-go)](https://pkg.go.dev/github.com/EpicStep/kittenclient-go)\n\nKittenclient is a client to [kittenhouse](https://github.com/VKCOM/kittenhouse) written in go. He makes requests to kittenhouse easier. \n\n## Example Usage\n```go\npackage main\n\nimport \"github.com/EpicStep/kittenclient-go\"\n\nfunc main() {\n\tconfig := kittenclient.ClientConfig{\n\t\tAddr: \"localhost:13338\",\n\t\tUDP:  false,\n\t}\n\n\tklogger := kittenclient.NewLogger(\u0026config)\n\n\terr := klogger.Log(\"internal_logs_buffer(time,server,port)\", \"('2020-11-20 14:40:00','%s', 8080)\", \"myfavoriteserver\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n}\n```\n\n## Features\nClient support:\n* HTTP transport\n* UDP transport\n\n## TODO\n* RowBinary support\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicstep%2Fkittenclient-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicstep%2Fkittenclient-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicstep%2Fkittenclient-go/lists"}