Skip to content

algorithmwatch/schaufel-compression

Repository files navigation

schaufel-compression

Compression & obfuscation for scraped data

Why msgpack and not protocol buffers (protobufs)?

Decided against avro after reading this comment: https://news.ycombinator.com/item?id=20604597

msgpack is mature and supports Python + JS, and is flexible

See also: https://arxiv.org/pdf/2201.03051.pdf

Release a new Version

Choose a new version according to https://semver.org/.

npm version major
npm version minor
npm version patch
npm version prerelease

Push tags to GitHub. GitHub then publishes the package as a GitHub Package.

git push --follow-tags

License

MIT