Rails Cookpad 微服务经验总结

sakura79 · 2016年03月17日 · 最后由 42thcoder 回复于 2016年03月17日 · 3107 次阅读

Cookpad 公司应该有些人已经知道了吧,日本最大的在线食谱分享网站,Rails 典型用户,开源了很多组件。

这是其最近一期关于 Rails 和微服务的经验分享,其中提到了几个他们用到的技术,可以参考下。这里不搬运原文了,只贴个链接:

http://liubin.org/blog/2016/03/16/microservice-at-cookpad/

  • expeditor Expeditor provides asynchronous execution and fault tolerance for microservices
  • sentry Sentry is cross-platform crash reporting built with love https://getsentry.com
  • Garage Rails extension for RESTful Hypermedia API
  • Pact Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
  • Hako Deploy Docker container

下午和晚上,粗读一遍,细读一遍,受益很多。

Cookpad 不是号称全世界最大的单一 Rails App 么?怎么也搞微服务了

需要 登录 后方可回复, 如果你还没有账号请 注册新账号