$ git clone https://github.com/chengshiwen/influx-proxy.git $ cd influx-proxy $ make $ ./bin/influx-proxy -config proxy.jsonUsage$ ./bin/influx-proxy -h Usage of ./bin/influx-proxy: -config string proxy config file with json/yaml/toml format (default "proxy.json") -version proxy ...
InfluxDB ProxyThis project adds a basic high availability layer to InfluxDB.NOTE: influx-proxy must be built with Go 1.14+, don't implement udp.WhyWe used InfluxDB Relay before, but it doesn't support some demands. We use grafana for visualizing time series data, so we need add datasour...
https://github.com/chengshiwen/influx-proxy/tree/influxdb-v2/docker/quick 将docker-compose.yml、proxy.json、setup.sh下载到本地 wget https://raw.githubusercontent.com/chengshiwen/influx-proxy/refs/heads/influxdb-v2/docker/quick/docker-compose.yml wget https://raw.githubusercontent.com/chengshiwe...
# 下载influx-proxy(服务器1)cd/opt gitclonehttps://github.com/chengshiwen/influx-proxy.git # 安装go环境(服务器1)tar -zxvf go1.15.linux-amd64.tar.gz -C /usr/localecho"export PATH=\$PATH:/usr/local/go/bin">> /etc/profileecho"export GOPROXY=https://goproxy.io">> /etc/profilesource...
385 次提交 .github/workflows update go version to 1.16 3年前 backend add thread-safe comment for ib.buffers 3年前 conf support configuration file with yaml/toml format 4年前 docker update go version to 1.16 3年前 script support rp test scripts ...
Influx-proxy的使用指南 Influx Proxy 是一个基于高可用、一致性哈希的 InfluxDB 集群代理服务,实现了 InfluxDB 高可用集群的部署方案,具有动态扩/缩容、故障恢复、数据同步等能力。 相关文档:https://github.com/chengshiwen/influx-proxy 下载地址:https://golang.org/dl/ ...
Influx Proxy 是一个基于高可用、一致性哈希的 InfluxDB 集群代理服务,实现了 InfluxDB 高可用集群的部署方案,具有动态扩/缩容、故障恢复、数据同步等能力。 相关文档:https://github.com/chengshiwen/influx-proxy 下载地址:https://golang.org/dl/ 1. ...
/home/root/code/go/src/github.com/shell909090/influx-proxy/bin 3、将go目录下的依赖库上传到go的src目录 在influx-proxy下执行 python config.py make 启动命令: nohup ./influx-proxy -redis 192.168.10.195:26379,192.168.10.124:26379,192.168.10.100:26379 -redis-pwd 123456 -redis-db 1 &文章...
/home/root/code/go/src/github.com/shell909090/influx-proxy/bin 3、将go目录下的依赖库上传到go的src目录 在influx-proxy下执行 python config.py make 启动命令: nohup ./influx-proxy -redis 192.168.10.195:26379,192.168.10.124:26379,192.168.10.100:26379 -redis-pwd 123456 -redis-db 1 & ...
下载InfluxDB2安装包 https://github.com/influxdata/influxdb/releases ,这里选择rpm安装包 influxdb2-2.7.3-1.x86_64.rpm ,可以直接在服务器执行 : 复制 wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.3-1.x86_64.rpm 1. ...