<p>HI ,
What is belve architecture ?
Im trying to figur out how bleve store the data ,
Dose it use replicas shredding nodes ?
How to use bleve in a cluster ?</p>
<hr/>**评论:**<br/><br/>vruin: <pre><p>I believe you are confused about what bleve is. Bleve it's not a distributed full text search server solution like eg elasticsearch. Bleve is the full text search <em>library</em> that such solutions use. The equivalent of Lucene in Go.</p>
<p>If you want to embed bleve into your distributed app is up to you to implement replication, etc.</p></pre>miko5054: <pre><p>i was thinking of it as ELK equivalent :)
Thanks for the clarification </p></pre>hudddb3: <pre><p>I built a standalone search system for logs using bleve. Each bleve index is considered a "shard". Using multiple bleve "shards" allows the system to maximise disk IO, via parallel indexing operations. It also makes it easy to delete data older than a certain date -- just delete the shard containing the old data.</p>
<p>You can check it out at: <a href="https://github.com/ekanite/ekanite" rel="nofollow">https://github.com/ekanite/ekanite</a></p></pre>mustafaozguner: <pre><p>this is really cool bro!</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传