https://github.com/ohmycloud/snowflake
A tool for generating unique ID numbers.
https://github.com/ohmycloud/snowflake
Last synced: about 1 month ago
JSON representation
A tool for generating unique ID numbers.
- Host: GitHub
- URL: https://github.com/ohmycloud/snowflake
- Owner: ohmycloud
- Created: 2021-12-19T05:26:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T05:32:04.000Z (over 4 years ago)
- Last Synced: 2025-02-24T16:14:28.078Z (over 1 year ago)
- Language: Raku
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NAME
SnowFlake - A tool for generating unique ID numbers.
## SYNOPSIS
```raku
use SnowFlake;
my $worker = SnowFlake.new(worker_id => 1, sequence => 2);
say $worker.get_id();
```
## DESCRIPTION
SnowFlake is a tool for generating unique ID numbers.
## LICENSE
[](https://opensource.org/licenses/Artistic-2.0)
## AUTHORS
-