# snowflake **Repository Path**: lishanJava/snowflake ## Basic Information - **Project Name**: snowflake - **Description**: Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-30 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README We have retired the initial release of Snowflake and working on open sourcing the next version based on [Twitter-server](https://twitter.github.io/twitter-server/), in a form that can run anywhere without requiring Twitter's own infrastructure services. The initial version, released in 2010, was based on Apache Thrift and it predated [Finagle](https://twitter.github.io/finagle/), our building block for RPC services at Twitter. The Snowflake we're using internally is a full rewrite and heavily relies on existing infrastructure at Twitter to run. We cannot commit to a date but we're doing our best to add necessary features to make Snowflake fit for many environments outside of Twitter. Source code is still in the repository and is reachable from [snowflake-2010](https://github.com/twitter/snowflake/releases/tag/snowflake-2010) tag. We won't be accepting pull requests or responding to issues for the retired release.