Druuid
Druuid is a Date-relative (and relatively universally unique) UUID generator. It’s based on Recurly’s id generator which is based on Instagram’s snowflake. To understand the properties and the reasons why you’d want to use this, see Recurly’s README.
Documentation
You can find documentation on Hexdocs
Disclaimer
This library is not quite ready for production. Use at your own peril.
Installation
If available in Hex, the package can be installed as:
Add druuid to your list of dependencies in
mix.exs:def deps do
[{:druuid, "~> 0.1"}]end