Skip to content

go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc

License

Notifications You must be signed in to change notification settings

mostynb/go-grpc-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9adaaed · Dec 19, 2024

History

52 Commits
May 5, 2023
Jun 16, 2023
Aug 21, 2024
Sep 14, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 8, 2023
Jul 1, 2020
Nov 9, 2021
Jun 16, 2023
Jun 6, 2024
Dec 19, 2024
Dec 19, 2024

Repository files navigation

go-grpc-compression

This respository contains go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc.

The following algorithms also have experimental implementations, which have not been tested as much as those above. These may be changed significantly, or even removed from this library at a future point.

Importing any of the packages above will override any previously registered encoders with the same name. If you would prefer imports to only register the encoder if there is no previously registered encoder with the same name, then you should instead import one of the following packages:

  • github.com/mostynb/go-grpc-compression/nonclobbering/lz4
  • github.com/mostynb/go-grpc-compression/nonclobbering/snappy
  • github.com/mostynb/go-grpc-compression/nonclobbering/zstd
  • github.com/mostynb/go-grpc-compression/nonclobbering/experimental/klauspost_snappy
  • github.com/mostynb/go-grpc-compression/nonclobbering/experimental/s2

About

go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published