Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhihu/zetta
Zetta Table Store
https://github.com/zhihu/zetta
Last synced: 3 days ago
JSON representation
Zetta Table Store
- Host: GitHub
- URL: https://github.com/zhihu/zetta
- Owner: zhihu
- License: apache-2.0
- Created: 2020-05-12T06:31:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T02:50:22.000Z (over 3 years ago)
- Last Synced: 2024-08-02T20:48:17.293Z (3 months ago)
- Language: Go
- Size: 778 KB
- Stars: 130
- Watchers: 20
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - zhihu/zetta - 04 star:0.1k fork:0.0k Zetta Table Store (Go)
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.