Skip to content

Commit

Permalink
v1.7.0-rc.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish committed Jan 24, 2021
1 parent 929f488 commit ef31042
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 21 deletions.
20 changes: 11 additions & 9 deletions README.EN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

##### *Real time data synchronization, only use mouse .....*

[中文](https://github.com/brokercap/Bifrost/blob/v1.6.x/README.MD)
[中文](https://github.com/brokercap/Bifrost/blob/v1.7.x/README.MD)

Binary [Linux](https://github.com/brokercap/Bifrost/releases) , [mac](https://github.com/brokercap/Bifrost/releases) , [windows](https://github.com/brokercap/Bifrost/releases) , [freebsd](https://github.com/brokercap/Bifrost/releases)

Expand All @@ -19,9 +19,9 @@ Your star is the biggest support for Bifrost!!!
* ActiveMQ
* Kafka
* Mongodb
* ClickHouse
* MySQL
* [Http](https://github.com/brokercap/Bifrost/blob/v1.6.x/plugin/http/example/http_server/http_server.go)
* ClickHouse(supported DDL)
* MySQL(supported DDL)
* [Http](https://github.com/brokercap/Bifrost/blob/v1.7.x/plugin/http/example/http_server/http_server.go)
* [Hprose RPC](https://github.com/brokercap/Bifrost/blob/v1.6.x/hprose_server/tcp_server.go)

---
Expand All @@ -34,12 +34,12 @@ Your star is the biggest support for Bifrost!!!

http://www.xbifrost.com/demo/

![image](https://github.com/brokercap/Bifrost/blob/v1.6.x/bifrost.png)
![image](https://github.com/brokercap/Bifrost/blob/v1.7.x/bifrost.png)


#### *Bifrsot* Diagram

![image](https://github.com/brokercap/Bifrost/blob/v1.6.x/diagram.png)
![image](https://github.com/brokercap/Bifrost/blob/v1.7.x/diagram.png)


### Points
Expand All @@ -57,6 +57,8 @@ http://www.xbifrost.com/demo/

* Supported **Flow** display

* Plugin MySQL and ClickHouse suppoted DDL


### MySQL version(after test)

Expand Down Expand Up @@ -94,11 +96,11 @@ After compiling, the corresponding platform name folder will be created in the t
##### Binary

```
wget https://github.com/brokercap/Bifrost/releases/download/v1.6.5-release/bifrost_v1.6.5-release_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.7.0-rc.01/bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.6.5-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz
cd bifrost_v1.6.5-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.7.0-rc.01_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
```

Expand Down
26 changes: 15 additions & 11 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Bifrost ---- 面向生产环境的 MySQL 同步到Redis,ClickHouse等服务的异构中间件

[![Build Status](https://travis-ci.org/brokercap/Bifrost.svg?branch=v1.6.x)](https://travis-ci.org/brokercap/Bifrost)
[![Build Status](https://travis-ci.org/brokercap/Bifrost.svg?branch=v1.7.x)](https://travis-ci.org/brokercap/Bifrost)
[![License](https://img.shields.io/github/license/jc3wish/Bifrost.svg)](https://opensource.org/licenses/apache2.0)

[English](https://github.com/brokercap/Bifrost/blob/v1.6.x/README.EN.MD)
Expand All @@ -12,14 +12,14 @@

* Redis
* MongoDB
* ClickHouse
* MySQL
* ClickHouse(支持DDL)
* MySQL(支持DDL)
* Memcahe
* RabbitMQ
* ActiveMQ
* Kafka
* [Http 自定义服务](https://github.com/brokercap/Bifrost/blob/v1.6.x/plugin/http/example/http_server/http_server.go)
* [Hprose RPC 自定义服务](https://github.com/brokercap/Bifrost/blob/v1.6.x/hprose_server/tcp_server.go)
* [Http 自定义服务](https://github.com/brokercap/Bifrost/blob/v1.7.x/plugin/http/example/http_server/http_server.go)
* [Hprose RPC 自定义服务](https://github.com/brokercap/Bifrost/blob/v1.7.x/hprose_server/tcp_server.go)

---

Expand All @@ -43,7 +43,11 @@

* 支持 Email 及 微信企业号等**监控报警**功能

* 提供第三方监控平台访问接口(Http Basic验证)
* 提供第三方监控平台访问接口(Http Basic验证)[https://wiki.xbifrost.com/api/http_api/](https://wiki.xbifrost.com/api/http_api/)

* MySQL,ClickHouse 插件支持 DDL 同步

* 简单即可实现[插件开发](https://wiki.xbifrost.com/plugin/plugin_dev/)

#### 源码下载

Expand All @@ -60,12 +64,12 @@ https://www.xbifrost.com/demo/goto.html

密码 : Bifrost123

![image](https://github.com/brokercap/Bifrost/blob/v1.6.x/bifrost.png)
![image](https://github.com/brokercap/Bifrost/blob/v1.7.x/bifrost.png)


#### *Bifrsot* Diagram

![image](https://github.com/brokercap/Bifrost/blob/v1.6.x/diagram.png)
![image](https://github.com/brokercap/Bifrost/blob/v1.7.x/diagram.png)


#### MySQL 版本(经过测试)
Expand Down Expand Up @@ -95,11 +99,11 @@ make install prefix=./target
##### 二进制文件安装
`````sh

wget https://github.com/brokercap/Bifrost/releases/download/v1.6.5-release/bifrost_v1.6.5-release_Linux-amd64-bin.tar.gz
wget https://github.com/brokercap/Bifrost/releases/download/v1.7.0-rc.01/bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz

tar -zxvf bifrost_v1.6.5-release_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v1.7.0-rc.01_Linux-amd64-bin.tar.gz

cd bifrost_v1.6.5-release_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
cd bifrost_v1.7.0-rc.01_Linux-amd64-bin/bin && chmod a+x ./Bifrost*

`````

Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.7.0-rc.01 2021-01-24
===========================
1. gtid supported
2. plugin ck ddl supported(add,change column)
3. plugin ck decimal64 tansfer decimal64, decimal128 and decimal256 tansfer to String
4. plugin mysql filter data auto_increment be first
5. fix other bugs

v1.6.6-release 2021-01-17
===========================
1. fix rename table binlog parser error bug
2. fix http basic auth bug

v1.6.5-release 2021-01-10
===========================
1. fixed mysql desc SchemaName error bug
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/
package config

const VERSION = "v1.7.0-apha"
const VERSION = "v1.7.0-rc.01"

0 comments on commit ef31042

Please sign in to comment.