An open API service indexing awesome lists of open source software.

https://github.com/ahf/orbis_uuid

UUID Generator that uses Orbis.
https://github.com/ahf/orbis_uuid

consistent-hashing consistent-hashing-library cryptography erlang uuid-generator

Last synced: 8 months ago
JSON representation

UUID Generator that uses Orbis.

Awesome Lists containing this project

README

          

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
-------

- [Alexander Færøy](https://twitter.com/ahfaeroey).