Bifrost Document

Version 1.6.x

Bifrost ---- 面向生产环境的 MySQL 同步到 Redis,MongoDB,ClickHouse 等服务的异构中间件

二进制安装

二进制包安装,不用安装 go 语言环境,下载二进制包可修改配置可直接运行

下载二进制包

自1.4及以后版本,以 Linux 为例

wget https://github.com/brokercap/Bifrost/releases/download/v1.4.2-release/bifrost_v1.4.2-release_Linux-64bit-bin.tar.gz

tar -zxvf bifrost_v1.4.2-release_Linux-64bit-bin.tar.gz

cd bifrost_v1.4.2-release_Linux-64bit-bin/bin && chmod a+x ./Bifrost*

./Bifrost-server start

以v1.3及更早版本,以 Linux 为例

wget https://github.com/jc3wish/Bifrost/releases/download/v1.3.2-release/linux.zip

unzip linux.zip 

mv ./linux ./Bifrost_v1.3.2-release

cd ./Bifrost_v1.3.2-release

chmod a+x ./Bifrost ./Bifrost-server

./Bifrost-server start

windows 下启动

Bifrost.exe -config ./etc/Bifrost.ini

浏览器打开 管理界面 https://127.0.0.1:21036

Last updated on 8 Sep 2020
Edit on GitHub