Bifrost Document

Version 1.6.x

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

Source installation

Install golang in advance

download Bifrost Source

git clone git clone https://github.com/brokercap/Bifrost.git

Install mode 1

make install prefix=./target

Install mode 2

./build.sh linux

./build.sh windows

./build.sh freebsd

./build.sh darwin

After compiling, the corresponding platform name folder will be created in the tags directory,

Example

./build.sh linux

cd ./tags/$version/linux

./Bifrost-server start

https://127.0.0.1:21036

default user name : Bifrost

default passwrod : Bifrost123

Last updated on 1 Nov 2020
Edit on GitHub