leelance opened a new pull request, #5853: URL: https://github.com/apache/hop/pull/5853
Add Snowflake ID Generator Transform This PR introduces a new transform called "Add snowflake Id", which generates unique, time-ordered 64-bit IDs based on the Snowflake algorithm. It is useful for distributed data processing scenarios where unique identifiers are required across multiple nodes or pipelines. - Generates unique 64-bit Snowflake IDs (based on timestamp, datacenter ID, worker ID, and sequence). - Supports custom configuration for(Datacenter ID, machine ID) - Output field name is configurable. As a primary key generator before writing data to a database. .e.g. <img width="2453" height="1097" alt="image" src="https://github.com/user-attachments/assets/e7b74521-e5ed-4640-b579-32fbfa387d56" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
