https://github.com/ztrade/taossync
sync taosdb stable between two server
https://github.com/ztrade/taossync
Last synced: 5 months ago
JSON representation
sync taosdb stable between two server
- Host: GitHub
- URL: https://github.com/ztrade/taossync
- Owner: ztrade
- License: bsd-3-clause
- Created: 2022-09-30T05:44:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T03:07:07.000Z (10 months ago)
- Last Synced: 2025-07-30T05:39:08.791Z (10 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taossync
sync taosdb stable between two server
## config
```
src:
uri: root:123456@tcp(127.0.0.1:6030)/
db: hft
dst:
uri: root:123456@tcp(remotehost:6030)/
db: hft
stables:
- trade
```