distributed-id

There are 15 repositories under distributed-id topic.

  • WellJay/spring-data-redis-tools

    🔒spring data redis 封装工具类包含分布式锁(distributedLock)、分布式唯一键(distributedId)

    Language:Java536123
  • zhongxunking/ids

    高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。

    Language:Java488023
  • zhongxunking/idcenter

    idcenter(分布式ID生成中心):极高效的分布式id生成系统,每个客户端获取id的tps可达到400万+,服务端可支持海量的客户端。具备高容错性,即使网络不稳定也能运转(只要不连续长时间断网)。使用http协议进行通信,可支持多语言。具备完整的管理员登录、权限校验。部署简单、页面操作简洁、运维成本低。

    Language:Java342119
  • nocursor/ex-cid

    Elixir library for creating self-describing content-addressed identifiers for distributed systems (CIDs).

    Language:Elixir18216
  • liuweijw/fw-cloud-starter

    拆分cloud组件,分布式ID,文件,Redis,web工程基础依赖

    Language:Java8105
  • TheFutureIsOurs/meteor

    An implementation of distributed ID

    Language:Go7101
  • tripluo/j-id

    The j-id is a distributed ID generator based on the snowflake algorithm, which relies on redis/zookeeper to determine the machine serial number.

    Language:Java7202
  • lazycece/cell

    Cell(细胞)是一个高性能的分布式ID生成框架,提供规范性、可理解性的ID生成策略,开箱即用

    Language:Java5100
  • yihleego/unique

    Unique is a java based distributed sequence component. It provides RESTful APIs and clients(RPC, HTTP) to obtain sequences, and it supports Spring Boot, Spring Cloud and MyBatis.

    Language:Java520
  • t1ltxz-gxd/tiltflake

    A strict, time-traveling Snowflake ID generator for Rust — with timewalk from RFC3339, epoch millis, or UTC.

    Language:Rust2
  • ChaseSuccesser/jtools

    Java工具箱 :hammer:

    Language:Java0100
  • huadi/PkSequence

    Primary Key sequence generator. Generating global unique ids in distributed environment.

    Language:Java0100
  • brainpoint/febs-identify-spring-cloud-starter

    spring-cloud-starter of febs-identify

    Language:Java10
  • iscc/iscc-flake

    Distributed ID generator

    Language:Python101
  • Niteshgupta5/unique-id-generator-ts

    A high-performance, timestamp-based **64-bit unique ID generator** inspired by Twitter's Snowflake architecture. Suitable for distributed systems, supporting up to **4096 unique IDs per millisecond per machine**.

    Language:TypeScript