# lesskeeper **Repository Path**: support-osc/lesskeeper ## Basic Information - **Project Name**: lesskeeper - **Description**: 分布式锁服务 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-05-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!** ## What is Less Keeper ? * High reliable distributed coordination service * Similar to Google Chubby, Apache ZooKeeper * Open Source, lightweight implementation in Go ## Architecture

/------ Client ------\                /-------- Server ---------\

APIs ⇔ http/json ⇔ Agent ← PRC/UDP → Proposer ⇐ RPC/UDP ⇒ Acceptor
                     ⇑                   ⇑                    ⇑
                     ⇓                   ⇓                    ⇓
                   Redis               Redis                Redis
## Similar or Reference Projects * Google Chubby * Apache Zookeeper * Doozer