{"id":23707026,"url":"https://github.com/applifier/go-bloomd","last_synced_at":"2026-02-03T05:30:14.948Z","repository":{"id":57490081,"uuid":"124372803","full_name":"Applifier/go-bloomd","owner":"Applifier","description":"Bloomd client (with connection pool) for Go","archived":false,"fork":false,"pushed_at":"2018-09-28T13:33:53.000Z","size":88,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-30T16:02:41.882Z","etag":null,"topics":[],"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/Applifier.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":"2018-03-08T10:03:20.000Z","updated_at":"2021-05-29T00:21:36.000Z","dependencies_parsed_at":"2022-09-19T11:00:17.912Z","dependency_job_id":null,"html_url":"https://github.com/Applifier/go-bloomd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applifier%2Fgo-bloomd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applifier%2Fgo-bloomd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applifier%2Fgo-bloomd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Applifier%2Fgo-bloomd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Applifier","download_url":"https://codeload.github.com/Applifier/go-bloomd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239786251,"owners_count":19696772,"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-12-30T16:02:42.282Z","updated_at":"2026-02-03T05:30:14.909Z","avatar_url":"https://github.com/Applifier.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Applifier/go-bloomd.svg?branch=master)](https://travis-ci.org/Applifier/go-bloomd)\n[![Coverage Status](https://coveralls.io/repos/github/Applifier/go-bloomd/badge.svg?branch=master)](https://coveralls.io/github/Applifier/go-bloomd?branch=master)\n[![GoDoc](https://godoc.org/github.com/Applifier/go-bloomd?status.svg)](http://godoc.org/github.com/Applifier/go-bloomd)\n\n# go-bloomd\n\nBloomd (https://github.com/armon/bloomd) client (with connection pool) for Go\n\n\n```sh\n$ go get -u github.com/Applifier/go-bloomd\n```\n\n# Example\n\n```go\nc, _ := bloomd.NewFromAddr(\"localhost:8673\")\ndefer c.Close()\n\nf, _ := c.CreateFilter(Filter{\n\tName: \"somefilter\",\n})\n\nf.Set(\"foobar\")\nfound, _ := f.Check(\"foobar\")\n```\n\n## Client pool\n\nClient pools can be used to maintain a pool of persistent connections to bloomd server\n\n```go\np, _ := bloomd.NewPoolFromAddr(5, 10, \"localhost:8673\")\nc, _ := p.Get()\ndefer c.Close() // Return client back to pool\n\nf, _ := c.CreateFilter(Filter{\n\tName: \"somefilter\",\n})\n\nf.Set(\"foobar\")\nfound, _ := f.Check(\"foobar\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplifier%2Fgo-bloomd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplifier%2Fgo-bloomd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplifier%2Fgo-bloomd/lists"}