Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 751 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 751 Bytes

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