hasura skor 一个pg 的event trigger 扩展

hasura skor 是一个hasura 团队早期的event triggerpg 扩展,新的推荐使用graphql engine

参考架构

Skor Architecture Diagram

缺点

  • 只有在skor 运行的时候,数据才可以被捕捉处理
  • 如果webhook 失败了,不会触发重试

说明

推荐使用还是graphql engine 更灵活方便,扩展性也更好

参考资料

https://github.com/hasura/skor 
https://docs.platform.hasura.io/0.15/platform/manual/microservices/index.html

猜你喜欢

转载自www.cnblogs.com/rongfengliang/p/10961321.html