An open API service indexing awesome lists of open source software.

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

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

```