Sonyflake Distributed ID Generator

Sonyflake is a Go library producing 63-bit unique IDs inspired by Twitter's Snowflake but tuned for longer machine-ID space and longer lifetime. MIT licensed.

API entry from apis.yml

apis.yml Raw ↑
aid: sony:sonyflake
name: Sonyflake Distributed ID Generator
tags:
- Distributed Systems
- Open Source
- Identifiers
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://github.com/sony/sonyflake
properties:
- url: https://github.com/sony/sonyflake
  type: SourceCode
- url: https://pkg.go.dev/github.com/sony/sonyflake
  type: Documentation
- url: json-schema/sonyflake-id-schema.json
  type: JSONSchema
description: Sonyflake is a Go library producing 63-bit unique IDs inspired by Twitter's Snowflake but
  tuned for longer machine-ID space and longer lifetime. MIT licensed.