Skip to content

Command line tool to calculate murmur2 hash (as used by Kafka to determine partition for a key)

License

Notifications You must be signed in to change notification settings

thimmwork/murmur2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

murmur2

Command line tool to calculate murmur2 hash (as used by Kafka to determine partition for a key)

Go programming language implementation of MurmurHash2, based on the works by Austin Appleby and David Irvine

Usage

Uses 60 buckets by default. To use customize the number of buckets, use -n <number>

> murmur2 hash-me
46
> murmur2 -n 30 hash-me
16

License

MIT

About

Command line tool to calculate murmur2 hash (as used by Kafka to determine partition for a key)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published