{"id":37177770,"url":"https://github.com/araddon/doozer","last_synced_at":"2026-01-14T20:43:48.173Z","repository":{"id":4602536,"uuid":"5745657","full_name":"araddon/doozer","owner":"araddon","description":"Go client driver for doozerd, a consistent, distributed data store","archived":false,"fork":true,"pushed_at":"2012-09-10T06:24:51.000Z","size":2564,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T11:03:02.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/ha/doozerd","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ha/doozer","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/araddon.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":"2012-09-10T06:23:02.000Z","updated_at":"2014-11-14T13:14:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/araddon/doozer","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/araddon/doozer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/araddon%2Fdoozer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/araddon%2Fdoozer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/araddon%2Fdoozer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/araddon%2Fdoozer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/araddon","download_url":"https://codeload.github.com/araddon/doozer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/araddon%2Fdoozer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2026-01-14T20:43:47.576Z","updated_at":"2026-01-14T20:43:48.160Z","avatar_url":"https://github.com/araddon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doozer Client\n\n**Note:** [doozerd](/ha/doozerd) is the server.\nThis is the Go client driver for doozer.\n\n## How to use\n\nTo install the Go client:\n\n    $ go get github.com/4ad/doozer/cmd/doozer\n\nTo use:\n\n    package main\n\n    import (\n    \t\"github.com/ha/doozer\"\n    \t\"os\"\n    )\n\n    func main() {\n    \tdoozer, err := doozer.Dial(\"localhost:8046\")\n\n    \tif err != nil {\n    \t\tpanic(err)\n    \t}\n\n    \tmyfile, _, _ := doozer.Get(\"/myfile\", nil)\n    \tos.Stdout.Write(myfile)\n    }\n\n## License and Authors\n\nDoozer is distributed under the terms of the MIT\nLicense. See [LICENSE][] for details.\n\nDoozer was created by Blake Mizerany and Keith Rarick.\nType `git shortlog -s` for a full list of contributors.\n\n[mail]: https://groups.google.com/group/doozer\n[LICENSE]: /ha/doozer/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faraddon%2Fdoozer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faraddon%2Fdoozer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faraddon%2Fdoozer/lists"}