Skip to content

Commit 1d43c89

Browse files
committed
ADD: UUID
1 parent 9ec117c commit 1d43c89

4 files changed

Lines changed: 46 additions & 1 deletion

File tree

_data/pageMap.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
summary: '조직관리에 유용한 정보 정리'
6161
parent: index
6262
url: /wiki/조직관리
63-
updated: '2022-05-09 09:22:02 +0900'
63+
updated: '2022-11-09 10:06:12 +0900'
6464
children: [데이터조직]
6565
Airflow:
6666
type: wiki
@@ -558,6 +558,14 @@ Transaction:
558558
url: /wiki/Transaction
559559
updated: '2020-10-06 02:22:36 +0900'
560560
children: []
561+
UUID:
562+
type: wiki
563+
title: UUID
564+
summary: 'UUID 대한 모든것'
565+
parent: index
566+
url: /wiki/UUID
567+
updated: '2022-12-30 15:39:03 +0900'
568+
children: []
561569
Web:
562570
type: wiki
563571
title: Web

_data/tagList.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
- thread
9090
- tip
9191
- transaction
92+
- uuid
9293
- validation
9394
- webflux
9495
- xss

_data/tagMap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ junit:
202202
- {fileName: Test_Framework}
203203
transaction:
204204
- {fileName: Transaction}
205+
uuid:
206+
- {fileName: UUID}
205207
webflux:
206208
- {fileName: WebFlux}
207209
'secure,':

_wiki/UUID.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout : wiki
3+
title : UUID
4+
summary : UUID 대한 모든것
5+
date : 2022-12-30 15:34:02 +0900
6+
updated : 2022-12-30 15:39:03 +0900
7+
tags : uuid
8+
toc : true
9+
public : true
10+
parent : index
11+
latex : false
12+
---
13+
* TOC
14+
{:toc}
15+
16+
## time-sequential한 id
17+
18+
19+
* [https://github.com/segmentio/ksuid](https://github.com/segmentio/ksuid)
20+
* See also: [https://segment.com/blog/a-brief-history-of-the-uuid/](https://segment.com/blog/a-brief-history-of-the-uuid/)
21+
* Java library: [https://github.com/f4b6a3/ksuid-creator](https://github.com/f4b6a3/ksuid-creator)
22+
23+
* [https://github.com/ulid/spec](https://github.com/ulid/spec)
24+
* Java library: [https://github.com/huxi/sulky/tree/master/sulky-ulid](https://github.com/huxi/sulky/tree/master/sulky-ulid)
25+
26+
* [https://github.com/anthonynsimon/timeflake](https://github.com/anthonynsimon/timeflake)
27+
* Java library: [https://github.com/making/timeflake4j](https://github.com/making/timeflake4j)
28+
29+
* [https://github.com/uuid6/uuid6-ietf-draft](https://github.com/uuid6/uuid6-ietf-draft)
30+
* See also: [https://github.com/f4b6a3/uuid-creator/wiki/1.6.-UUIDv6](https://github.com/f4b6a3/uuid-creator/wiki/1.6.-UUIDv6)
31+
* Java library: [https://github.com/f4b6a3/uuid-creator](https://github.com/f4b6a3/uuid-creator)
32+
33+
* [https://github.com/f4b6a3/ulid-creator](https://github.com/f4b6a3/ulid-creator)
34+

0 commit comments

Comments
 (0)