Skip to content

zsmj513/puma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

概述

项目背景:

  • 随着网站业务不断发展,各业务对数据的实时性,数据库的可用性要求越来越高。
  • 本系统可以实时获得数据库的变更并通过消息方式发布出来,供各业务线订阅。
  • 同时,本系统还会实现数据库同步(同构和异构),以满足数据库冗余备份,数据迁移的需求。

项目主要完成的功能:

  • 实时获得数据库变化
  • 实时发布各个数据库变化事件
  • 多个不同MySQL实例到一个MySQL实例的数据同步
  • 异构数据表同步

入门文档

如何使用:

(待续。。。)

项目设计

设计文档:文档地址

Copyright and license

Copyright 2013 DianPing, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.1%
  • Java 15.2%
  • HTML 2.3%
  • CSS 1.4%