{"id":21730535,"url":"https://github.com/andy2046/gopie","last_synced_at":"2025-04-13T00:14:54.874Z","repository":{"id":143814898,"uuid":"144474876","full_name":"andy2046/gopie","owner":"andy2046","description":"go patterns","archived":false,"fork":false,"pushed_at":"2020-12-03T05:32:34.000Z","size":198,"stargazers_count":32,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T00:14:46.541Z","etag":null,"topics":["barrier","bloom-filter","consistent-hashing","count-min-sketch","drf","golang","hyperloglog","lru","patterns","pubsub","semaphore","singleton","skiplist","subsetting"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andy2046.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":"2018-08-12T14:44:38.000Z","updated_at":"2023-03-12T04:39:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc9bb938-760d-4f4e-ad01-6c993976a108","html_url":"https://github.com/andy2046/gopie","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy2046%2Fgopie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy2046%2Fgopie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy2046%2Fgopie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy2046%2Fgopie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andy2046","download_url":"https://codeload.github.com/andy2046/gopie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647274,"owners_count":21139086,"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":["barrier","bloom-filter","consistent-hashing","count-min-sketch","drf","golang","hyperloglog","lru","patterns","pubsub","semaphore","singleton","skiplist","subsetting"],"created_at":"2024-11-26T04:16:15.086Z","updated_at":"2025-04-13T00:14:54.851Z","avatar_url":"https://github.com/andy2046.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nA collection of idiomatic patterns for Go language.\n\n![gopie](./gopie.png \"gopie\")\n\n## Patterns\n\n| Pattern | Description | Status |\n|:-------:|:----------- |:------:|\n| [Barrier](/docs/barrier.md) | Prevents a process from proceeding until all N processes reach to the barrier | ✔ |\n| [Deadline](/docs/deadline.md) | Implements Deadline pattern | ✔ |\n| [DRF](/docs/drf.md) | Implements Dominant Resource Fairness | ✔ |\n| [JumpHash](/docs/jumphash.md) | Provides a jump consistent hash implementation | ✔ |\n| [LRU](/docs/lru.md) | Implements a LRU cache | ✔ |\n| [Publish/Subscribe](/docs/pubsub.md) | Passes information to a collection of recipients who subscribed to a topic | ✔ |\n| [RingHash](/docs/ringhash.md) | Provides a ring hash implementation | ✔ |\n| [Semaphore](/docs/semaphore.md) | Allows controlling access to a common resource | ✔ |\n| [Singleton](/docs/singleton.md) | Restricts instantiation of a type to one object | ✔ |\n| [Subsetting](/docs/subset.md) | Implements client deterministic subsetting | ✔ |\n| [SkipList](/docs/skiplist.md) | Implements Skip List data structure | ✔ |\n| [BloomFilter](/docs/bloom.md) | Implements Bloom filter | ✔ |\n| [Count-Min Sketch](/docs/countminsketch.md) | Implements Count-Min Sketch | ✔ |\n| [HyperLogLog](/docs/hyperloglog.md) | Implements HyperLogLog cardinality estimation | ✔ |\n| [Circuit Breaker](/docs/breaker.md) | Implements Circuit Breaker | ✔ |\n| [Rate Limiter](/docs/ratelimit.md) | Implements Rate Limiter | ✔ |\n| [Bit Flag](/docs/bitflag.md) | Implements Bit Flag | ✔ |\n| [Base58](/docs/base58.md) | Implements Base58 Encoder | ✔ |\n| [Sequence](/docs/sequence.md) | Implements snowflake similar sequence generator | ✔ |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy2046%2Fgopie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandy2046%2Fgopie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy2046%2Fgopie/lists"}