Skip to content

buom/snowdrop

Repository files navigation

Snowdrop is an HTTP implementation of [Twitter's Snowflake] (https://github.com/twitter/snowflake).

Usage

git clone https://github.com/buom/snowdrop.git
cd snowdrop
./gradlew build
tar xf app/build/distributions/snowdrop-1.0.tar
export APP_OPTS=" -DworkerId=0 -DbossThreads=1 -DworkerThreads=4"
./snowdrop-1.0/bin/snowdrop

About

An implementation of Snowflake, a network service for generating unique 64bit IDs at scale.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages