Quick question from a noob, if you guys/gals don't mind

polaris · · 507 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p><a href="https://github.com/rounds/go-bqstreamer" rel="nofollow">https://github.com/rounds/go-bqstreamer</a></p> <p>Where in this project does it read from the queue? Is it a database, or a redis queue, or what? Never mind where it&#39;s writing to (BigQuery).</p> <hr/>**评论:**<br/><br/>Fwippy: <pre><p>Not 100% sure what you&#39;re asking.</p> <p>It looks like you need to queue the rows yourself: <a href="https://godoc.org/github.com/rounds/go-bqstreamer#Streamer.QueueRow" rel="nofollow">https://godoc.org/github.com/rounds/go-bqstreamer#Streamer.QueueRow</a></p> <p>Internally, those are read here: <a href="https://github.com/rounds/go-bqstreamer/blob/master/streamer.go#L129" rel="nofollow">https://github.com/rounds/go-bqstreamer/blob/master/streamer.go#L129</a> , where they then decide whether the batch of stored rows should be sent to BigQuery. </p></pre>DEATH-BY-CIRCLEJERK: <pre><p>This helps. Thanks!</p></pre>

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

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