Ross ROSS = Recommend OSS · open-source software intelligence for agents

didi/tinyid

ID Generator id生成器 分布式id生成系统,简单易用、高性能、高可用的id生成系统 observed · 2026-08-28

github.com/didi/tinyid · Java · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2898
  • days_rel: n/a
  • days_push: 1535
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2355 stars · 596 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Tinyid is a distributed unique ID generator service built in Java, backed by MySQL, exposing a REST API and a high-performance Java client. It supports over 10 million QPS per instance via the client and allows configurable delta/remainder sequences for custom ID patterns.

Use cases

  • generate unique distributed ids for database primary keys
  • get high-throughput sequential ids in a java microservice
  • fetch ids over a rest api from non-java services
  • generate odd or stepped id sequences like 1,3,5,7
  • batch-generate multiple ids in one call

When to choose

  • you need globally unique numeric ids across multiple services or datacenters
  • you want a self-hosted alternative to leaf/snowflake-style id services with mysql storage
  • your java application needs millions of id generations per second

When to avoid

  • you only need single-instance auto-increment ids from your database
  • you require string or uuid-style ids rather than numeric sequences
  • you need an actively developed project with recent releases

Facets

service · maturity maintenance

api-framework http-server database backend microservices developer-tools jvm self-hosted id-generator distributed-id unique-ids mysql rest-api java-client web-server

1 source

Member repositories

RepositoryRoleHealth v2
didi/tinyidmain10

For agents

markdown · JSON · MCP: product_card(name="didi/tinyid")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem