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.
- Host: GitHub
- URL: https://github.com/ahf/orbis_uuid
- Owner: ahf
- License: apache-2.0
- Created: 2015-07-21T14:23:58.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2018-02-16T01:31:23.000Z (about 8 years ago)
- Last Synced: 2025-07-02T10:50:48.886Z (10 months ago)
- Topics: consistent-hashing, consistent-hashing-library, cryptography, erlang, uuid-generator
- Language: Erlang
- Size: 337 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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).