# kvspec **Repository Path**: lynkdb/kvspec ## Basic Information - **Project Name**: kvspec - **Description**: kvspec (Key-Value Specification) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-20 - **Last Updated**: 2021-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## kvspec lynkdb Key-Value Storage Engine Specification (a.k.a., kvspec) defines the basic data types and service APIs than support both REST and gRPC protocols. ## some implemented projects based on kvspec * kvgo (sorted Key/Value storage engine) [http://github.com/lynkdb/kvgo](http://github.com/lynkdb/kvgo) * kvgo-server (server/cluster implements based on kvgo) [http://github.com/lynkdb/kvgo-server](http://github.com/lynkdb/kvgo-server) * kvgo-fs-mount (mount a kvgo database as a FUSE filesystem) [http://github.com/lynkdb/kvgo-fs-mount](http://github.com/lynkdb/kvgo-fs-mount)