https://github.com/coding-socks/uuiddraft
Draft Prototype for UUIDv6 and beyond
https://github.com/coding-socks/uuiddraft
Last synced: 5 months ago
JSON representation
Draft Prototype for UUIDv6 and beyond
- Host: GitHub
- URL: https://github.com/coding-socks/uuiddraft
- Owner: coding-socks
- License: mit
- Created: 2021-06-07T19:22:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T11:54:17.000Z (about 3 years ago)
- Last Synced: 2025-10-01T05:43:01.034Z (9 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UUID Draft
Draft Prototype for UUIDv6 and beyond.
## Introduction
> A universally unique identifier (UUID) is a 128-bit label used for information in computer systems.
Source: https://en.wikipedia.org/wiki/Universally_unique_identifier
It is based on [draft-ietf-uuidrev-rfc4122bis-00]. This document is only an [Internet-Draft](https://tools.ietf.org/html/rfc2026#section-2.2).
The goal is to provide implementation for these documents and during the implementation provide feedback for them.
## Production readiness
**This project is still in alpha phase.** In this stage the public API can change between days.
Beta version will be considered when the feature set covers most of the documents the implementation is based on, and the public API is reached a mature state.
Stable version will be considered only if enough positive feedback is gathered to lock the public API and all document the implementation is based on became ["Internet Standard"](https://tools.ietf.org/html/rfc2026#section-4.1.3).
## Documents
### IETF Documents
- [RFC4122](https://datatracker.ietf.org/doc/html/rfc4122)
- [draft-ietf-uuidrev-rfc4122bis]
Huge thanks to the Revise Universally Unique Identifier Definitions (uuidrev) working group, and others who contributed to these documents for their work.
## Original UUID implementations
Source: https://pkg.go.dev/search?q=uuid
- https://pkg.go.dev/github.com/google/uuid
- https://pkg.go.dev/github.com/gofrs/uuid/v3
- https://pkg.go.dev/github.com/hashicorp/go-uuid
- https://pkg.go.dev/github.com/satori/go.uuid
- https://pkg.go.dev/github.com/nu7hatch/gouuid
[draft-ietf-uuidrev-rfc4122bis-00]: https://www.ietf.org/archive/id/draft-ietf-uuidrev-rfc4122bis-00.html
[draft-ietf-uuidrev-rfc4122bis]: https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/