Are there any good resources for learning gokit?

agolangf · · 444 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I&#39;m trying to put together a microservice only app and I came across gokit. It seems really good and feature packed but I&#39;m having a hard time finding a tutorial to learn how to use it.</p> <p>Do any of you know any good resources for go kit? Or some good resources on microservice architectures?</p> <hr/>**评论:**<br/><br/>peterbourgon: <pre><p>Definitely start with the examples directory, the various stringsvc are very simple and a good place to start, then you might look at profilesvc to see how typical REST-ish services might look like, and then addsvc if you want something quite comprehensive. Also, Marcus Olsson is in the process of contributing a very elegant domain-driven-design example application, for now you can look at it here: <a href="https://github.com/marcusolsson/goddd" rel="nofollow">https://github.com/marcusolsson/goddd</a></p> <p>Hope this helps!</p></pre>jupp0r: <pre><p>The examples are pretty revealing. Also documentation in each package contains code samples and explanations.</p></pre>Jamo008: <pre><p>And before you start, see if you should actually begin with a monolith instead. I&#39;ve made the too-much-separation too-early mistake before and it&#39;s painful to undo.</p> <p><a href="http://martinfowler.com/articles/microservices.html" rel="nofollow">http://martinfowler.com/articles/microservices.html</a></p> <p><a href="https://signalvnoise.com/the-majestic-monolith-29166d022228" rel="nofollow">https://signalvnoise.com/the-majestic-monolith-29166d022228</a></p></pre>cs-guy: <pre><p>In addition to the other comments, this article may help you get started: <a href="https://blog.heroku.com/archives/2016/2/19/microservices_in_go_using_go_kit" rel="nofollow">https://blog.heroku.com/archives/2016/2/19/microservices_in_go_using_go_kit</a></p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

444 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传