{"id":17340417,"url":"https://github.com/mostynb/go-grpc-compression","last_synced_at":"2025-05-16T13:07:21.715Z","repository":{"id":41327994,"uuid":"276304668","full_name":"mostynb/go-grpc-compression","owner":"mostynb","description":"go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc","archived":false,"fork":false,"pushed_at":"2024-12-19T23:40:19.000Z","size":111,"stargazers_count":27,"open_issues_count":6,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-16T13:07:19.580Z","etag":null,"topics":["go","golang","grpc","lz4","snappy","zstandard","zstd"],"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/mostynb.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T07:13:37.000Z","updated_at":"2025-04-25T04:02:55.000Z","dependencies_parsed_at":"2024-06-06T12:48:51.757Z","dependency_job_id":"991ae346-7ed6-4e71-b5c2-67377f7e906f","html_url":"https://github.com/mostynb/go-grpc-compression","commit_stats":{"total_commits":51,"total_committers":8,"mean_commits":6.375,"dds":0.1568627450980392,"last_synced_commit":"f7e92b39057ca421a6485f650243a3e804036498"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostynb%2Fgo-grpc-compression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostynb%2Fgo-grpc-compression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostynb%2Fgo-grpc-compression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostynb%2Fgo-grpc-compression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostynb","download_url":"https://codeload.github.com/mostynb/go-grpc-compression/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535829,"owners_count":22087399,"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":["go","golang","grpc","lz4","snappy","zstandard","zstd"],"created_at":"2024-10-15T15:45:02.695Z","updated_at":"2025-05-16T13:07:21.696Z","avatar_url":"https://github.com/mostynb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-grpc-compression\n\nThis respository contains go gRPC encoding wrappers for some useful compression\nalgorithms that are not available in google.golang.org/grpc.\n\n* github.com/mostynb/go-grpc-compression/lz4 - using https://github.com/pierrec/lz4\n* github.com/mostynb/go-grpc-compression/snappy - using https://github.com/golang/snappy\n* github.com/mostynb/go-grpc-compression/zstd - using https://github.com/klauspost/compress/tree/master/zstd\n\nThe following algorithms also have experimental implementations, which have\nnot been tested as much as those above. These may be changed significantly, or\neven removed from this library at a future point.\n\n* github.com/mostynb/go-grpc-compression/experimental/klauspost_snappy - using https://github.com/klauspost/compress/tree/master/s2\n  in snappy compatibility mode\n* github.com/mostynb/go-grpc-compression/experimental/s2 - using https://github.com/klauspost/compress/tree/master/s2\n\nImporting any of the packages above will override any previously registered\nencoders with the same name. If you would prefer imports to only register\nthe encoder if there is no previously registered encoder with the same name,\nthen you should instead import one of the following packages:\n\n* github.com/mostynb/go-grpc-compression/nonclobbering/lz4\n* github.com/mostynb/go-grpc-compression/nonclobbering/snappy\n* github.com/mostynb/go-grpc-compression/nonclobbering/zstd\n* github.com/mostynb/go-grpc-compression/nonclobbering/experimental/klauspost_snappy\n* github.com/mostynb/go-grpc-compression/nonclobbering/experimental/s2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostynb%2Fgo-grpc-compression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostynb%2Fgo-grpc-compression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostynb%2Fgo-grpc-compression/lists"}