{"id":28546167,"url":"https://github.com/tracing-performance-labs/go-dedupe","last_synced_at":"2025-10-10T08:35:13.766Z","repository":{"id":297368722,"uuid":"996491580","full_name":"Tracing-Performance-Labs/go-dedupe","owner":"Tracing-Performance-Labs","description":"Go library for deduplicating string data","archived":false,"fork":false,"pushed_at":"2025-06-30T23:41:16.000Z","size":5240,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-07T06:43:24.175Z","etag":null,"topics":["data-deduplication","go","otel"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tracing-Performance-Labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-06-05T03:03:39.000Z","updated_at":"2025-06-28T01:22:52.000Z","dependencies_parsed_at":"2025-06-05T07:25:14.446Z","dependency_job_id":"70fb09b1-7da2-42be-90a8-4eda971a2ef8","html_url":"https://github.com/Tracing-Performance-Labs/go-dedupe","commit_stats":null,"previous_names":["tracing-performance-labs/go-dedupe"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Tracing-Performance-Labs/go-dedupe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tracing-Performance-Labs%2Fgo-dedupe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tracing-Performance-Labs%2Fgo-dedupe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tracing-Performance-Labs%2Fgo-dedupe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tracing-Performance-Labs%2Fgo-dedupe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tracing-Performance-Labs","download_url":"https://codeload.github.com/Tracing-Performance-Labs/go-dedupe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tracing-Performance-Labs%2Fgo-dedupe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003296,"owners_count":26083555,"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-10T02:00:06.843Z","response_time":62,"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":["data-deduplication","go","otel"],"created_at":"2025-06-09T23:09:03.616Z","updated_at":"2025-10-10T08:35:13.761Z","avatar_url":"https://github.com/Tracing-Performance-Labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-dedupe\n\nThis is a simple library for deduplicating strings in Go.\n\n## Installation\n```bash\ngo get github.com/Tracing-Performance-Labs/go-dedupe\n```\n\n## Sample usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/Tracing-Performance-Labs/go-dedupe\"\n)\n\nfunc main() {\n    codec := dedupe.NewCodec()\n    compacted := codec.Encode(\"hello\")\n    fmt.Println(\"Compacted:\", compacted)\n}\n```\n    \nYou can also run the bundled executables to test the library. \n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftracing-performance-labs%2Fgo-dedupe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftracing-performance-labs%2Fgo-dedupe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftracing-performance-labs%2Fgo-dedupe/lists"}