Bifrost Document

Version 1.6.x

Bifrost ---- A heterogeneous middleware which can synchronize MySQL binlog data To Redis,MongoDB,ClickHouse...

Binary Install

Do not install the go language environment

Example

wget https://github.com/brokercap/Bifrost/releases/download/v1.5.2-release/bifrost_v1.5.2-release_Linux-amd64-bin.tar.gz

tar -zxvf bifrost_v1.5.2-release_Linux-amd64-bin

cd bifrost_v1.5.2-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

./Bifrost-server start
<= v1.3.x
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 1 Nov 2020
Edit on GitHub