{"id":19634907,"url":"https://github.com/rikonor/go-tarantool-client","last_synced_at":"2025-10-23T23:05:02.561Z","repository":{"id":64297254,"uuid":"80085252","full_name":"rikonor/go-tarantool-client","owner":"rikonor","description":"Go client for Tarantool Avro validation","archived":false,"fork":false,"pushed_at":"2017-08-10T21:01:22.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T16:19:02.461Z","etag":null,"topics":["avro","schema","tarantool","validation"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rikonor.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":"2017-01-26T04:18:02.000Z","updated_at":"2022-11-10T08:05:47.000Z","dependencies_parsed_at":"2022-12-06T07:00:32.739Z","dependency_job_id":null,"html_url":"https://github.com/rikonor/go-tarantool-client","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/rikonor%2Fgo-tarantool-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikonor%2Fgo-tarantool-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikonor%2Fgo-tarantool-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikonor%2Fgo-tarantool-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikonor","download_url":"https://codeload.github.com/rikonor/go-tarantool-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240937272,"owners_count":19881467,"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":["avro","schema","tarantool","validation"],"created_at":"2024-11-11T12:23:10.434Z","updated_at":"2025-10-23T23:05:02.505Z","avatar_url":"https://github.com/rikonor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Go Tarantool Client\n---\n\nThis is a simple client to query the online [Tarantool](http://sh6.tarantool.org/) avro validation endpoint.\n\n#### Usage\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\ttarantool \"github.com/rikonor/go-tarantool-client\"\n)\n\nfunc main() {\n\tschema := `{\n\t  \"type\": \"record\",\n\t  \"name\": \"User\",\n\t  \"fields\": [\n\t    {\"name\": \"username\", \"type\": \"array\"},\n\t    {\"name\": \"phone\", \"type\": \"long\"},\n\t    {\"name\": \"age\", \"type\": \"int\"}\n\t  ]\n\t}`\n\n\tif err := tarantool.Validate(schema); err != nil {\n\t\tlog.Fatalf(\"Schema did not pass validation: %s\", err)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikonor%2Fgo-tarantool-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikonor%2Fgo-tarantool-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikonor%2Fgo-tarantool-client/lists"}