Design a distributed unique id generator
We need to create a unique ID generator for our high-traffic web application, generating about 10K IDs/second.
The IDs can't simply be monotonically increasing integers, which are good for data access
blog.danwald.me2 min read