Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 411 Bytes

README.markdown

File metadata and controls

19 lines (12 loc) · 411 Bytes

Orbis UUID

Orbis UUID is an OTP application for generating UUID's.

Usage

  1. Include orbis_uuid as a dependency for your project.

  2. Set the application environment variables in your sys.config for (orbis_uuid, epoch_offset) and (orbis_uuid, pool_size).

  3. Use orbis_uuid:create/0 to generate UUID's.

Authors