I need a sequential UUID generator like Twitter's Snowflake - https://github.com/twitter/snowflake/ .
But Snowflake is implemented in Scala, and I'm finding a similar project in the Python world, not Scala.
I need a sequential UUID generator like Twitter's Snowflake - https://github.com/twitter/snowflake/ .
But Snowflake is implemented in Scala, and I'm finding a similar project in the Python world, not Scala.
You may find what you need in the Python uuid module