# sum-etcd **Repository Path**: cv70/sum-etcd ## Basic Information - **Project Name**: sum-etcd - **Description**: 使用grpc + etcd的分布式服务注册和服务发现版的计算连续整数和的案例, 不进行算法优化 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-09 - **Last Updated**: 2023-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 求随机数num的 1 + 2 + ... + num的等差数列和, 主要练习使用grpc分布式的计算, 不是进行算法优化