Skip to content

基于事务性发件箱的,数据分发框架

License

Notifications You must be signed in to change notification settings

to-make-things/zrk-data-pump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZRK-DATA-PUMP 是用scala实现的,可以用于处理微服务中的数据分发(数据同步)及事件驱动(可对数据库的更删改查进行自定义触发逻辑)的框架。可以将mysql中的数据同步至其他各个存储中,默认实现了Redis, Elasticsearch。基于事务性发件箱实现。 对系统唯一的侵入是需要在Mysql端加触发器。 该框架在本人实际工作中多次应用于生产落地,可分布式水平扩展。抱歉本人比较懒,有问题可以发邮件至[email protected]

About

基于事务性发件箱的,数据分发框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.0%
  • Scala 36.0%