Skip to content

jbuchbinder/sequencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEQUENCER

Build Status Report Card

Unique ID generator, capable of distributed operation. Based off of Twitter Snowflake and one of its succesors.

Inherited advantages:

  • No DB syncing required
  • Supports massive concurrency and parallel installs

Additional advantages:

  • Simple REST interface
  • Written in Go, so much leaner than the Java alternatives

About

Reliably distributed sequence generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages