# zetta **Repository Path**: mirrors_zhihu/zetta ## Basic Information - **Project Name**: zetta - **Description**: Zetta is an open-source NoSQL database that supports Transaction and Cloud Spanner like API - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: database-service **Tags**: None ## README # Zetta - TableStore On TiKV ## Introduction Zetta is an open-source NoSQL database that supports Transaction and Cloud Spanner like API ## Quick start ```bash $> cd zetta $> make zetta-server $> ./bin/zetta-server -store tikv -path='{pd.address:port}' ``` ## Documentation > **Note:** > > We are working on this, but could use more help since it is a massive project. ## License Zetta is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.