https://github.com/strrl/tikv-etcd-shim
https://github.com/strrl/tikv-etcd-shim
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strrl/tikv-etcd-shim
- Owner: STRRL
- License: apache-2.0
- Created: 2021-12-14T15:49:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T16:38:21.000Z (over 4 years ago)
- Last Synced: 2025-06-18T08:11:31.874Z (about 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# tikv-etcd-shim
I am trying to make an adaptor which implements etcd v3 API, and use TiKV as the backend.
The basic idea is using TiCDC for the watch API.
## TODOs
- [ ] testing utils for A/B testing, the one is etcd, the other one is this shim
- [ ] implement txn KVServer
- [ ] implement watch API