{"id":18083461,"url":"https://github.com/leizongmin/yedda","last_synced_at":"2025-10-11T21:37:19.882Z","repository":{"id":66054115,"uuid":"143107260","full_name":"leizongmin/yedda","owner":"leizongmin","description":"简单限流计数服务","archived":false,"fork":false,"pushed_at":"2020-01-14T16:37:59.000Z","size":70,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T21:37:19.600Z","etag":null,"topics":["golang","limiter","nodejs"],"latest_commit_sha":null,"homepage":"https://morning.work","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/leizongmin.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-01T05:18:32.000Z","updated_at":"2019-09-17T12:53:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"081667b8-09ec-4c4a-95bb-19ce62fafe2d","html_url":"https://github.com/leizongmin/yedda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leizongmin/yedda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leizongmin%2Fyedda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leizongmin%2Fyedda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leizongmin%2Fyedda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leizongmin%2Fyedda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leizongmin","download_url":"https://codeload.github.com/leizongmin/yedda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leizongmin%2Fyedda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008858,"owners_count":26084518,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","limiter","nodejs"],"created_at":"2024-10-31T14:08:03.941Z","updated_at":"2025-10-11T21:37:19.866Z","avatar_url":"https://github.com/leizongmin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yedda\n\n简单限流计数服务器\n\n## 使用方法\n\n```bash\nyedda -h\nUsage:\n  -accuracy uint\n        time accuracy (ms) (default 100)\n  -listen string\n        listen address (default \"127.0.0.1:16789\")\n  -listen-type string\n        listen type, 'tcp' OR 'unix' (default \"tcp\")\n  -log\n        enable log output (default true)\n  -size uint\n        how many database (default 256)\n```\n\n监听 Unix Socket 方式启动（推荐）：\n\n```bash\nyedda -log=true -listen-type=unix -listen=./listen.sock -size=256 -accuracy=100\n```\n \n ## 编译\n \n```bash\ngit clone https://github.com/leizongmin/yedda.git\ncd yedda\n./build.sh \n```\n\n## License\n\n```text\nMIT License\n\nCopyright (c) 2018 Zongmin Lei \u003cleizongmin@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleizongmin%2Fyedda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleizongmin%2Fyedda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleizongmin%2Fyedda/lists"}