Skip to content

twoism/GoFlake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoFlake

Distributed unique ID generation service.

Building

go build

Starting Consul

consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul -node <NODENAME> -log-level debug

Running

./goflake -address="127.0.0.1" -port=4444 -dc="dc1" -srv="goflake" -id="goflake1"

About

Distributed unique ID generation service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages