Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkysoft/uid64
UID-64 generator for ABAP
https://github.com/mkysoft/uid64
Last synced: 6 days ago
JSON representation
UID-64 generator for ABAP
- Host: GitHub
- URL: https://github.com/mkysoft/uid64
- Owner: mkysoft
- License: mit
- Created: 2018-04-01T22:12:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T10:56:59.000Z (about 4 years ago)
- Last Synced: 2024-08-02T19:01:54.544Z (4 months ago)
- Language: ABAP
- Size: 17.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- abap-florilegium - uid64 - 64 generator for ABAP | `uuid` (Categories / 🪄 Data Processing)
README
# uid64
UID-64 generator for ABAPZCL_UID64 port of https://github.com/dylang/shortid
ZCL_BITWISE fork from https://gist.github.com/rvanmil/3160409
# Motivation
GUID data type long for using in url for shortest. We can get 22 chracter format for GUID.UID-64 server specific random unique number generator.
UID-64 contains version, server id, ticks and counter for exact ticks. You can change begin date for ticks so, you can create less UID-64.
# Installation
You can import relased [packages](https://github.com/mkysoft/uid64/releases) with [abapGit](https://github.com/larshp/abapGit) or [SAPlink](https://github.com/sapmentors/SAPlink) to your SAP system.