https://github.com/eapache/go-xerial-snappy
Xerial-compatible Snappy framing support for golang
https://github.com/eapache/go-xerial-snappy
Last synced: 8 months ago
JSON representation
Xerial-compatible Snappy framing support for golang
- Host: GitHub
- URL: https://github.com/eapache/go-xerial-snappy
- Owner: eapache
- License: mit
- Created: 2016-06-09T14:12:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T22:30:53.000Z (over 2 years ago)
- Last Synced: 2025-03-31T17:59:21.235Z (9 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 15
- Watchers: 6
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-xerial-snappy
[](https://travis-ci.org/eapache/go-xerial-snappy)
Xerial-compatible Snappy framing support for golang.
Packages using Xerial for snappy encoding use a framing format incompatible with
basically everything else in existence. This package wraps Go's built-in snappy
package to support it.
Apps that use this format include Apache Kafka (see
https://github.com/dpkp/kafka-python/issues/126#issuecomment-35478921 for
details).