snowflake for go online with Winfy
We have hosted the application snowflake for go in order to run this application in our online workstations with Wine or directly.
Quick description about snowflake for go:
A simple-to-use Go (golang) package to generate or parse Twitter snowflake IDs. You can alter the number of bits used for the node id and step number (sequence) by setting the snowflake.NodeBits and snowflake.StepBits values. Remember that There is a maximum of 22 bits available that can be shared between these two values. You do not have to use all 22 bits. By default this package uses the Twitter Epoch of 1288834974657 or Nov 04 2010 01: 42: 54. You can set your own epoch value by setting snowflake. Epoch to a time in milliseconds to use as the epoch. When setting custom epoch or bit values you need to set them prior to calling any functions on the snowflake package, including NewNode(). Otherwise, the custom values you set will not be applied correctly. Import the package into your project then construct a new snowflake Node using a unique node number. The default settings permit a node number range from 0 to 1023.Features:
- A very simple Twitter snowflake generator
- Methods to parse existing snowflake IDs
- Methods to convert a snowflake ID into several other data types and back
- JSON Marshal/Unmarshal functions to easily use snowflake IDs within a JSON API
- Monotonic Clock calculations protect from clock drift
- The ID as a whole is a 63 bit integer stored in an int64
Programming Language: Go.
Categories:
Frameworks
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.