|
53 | 53 | </ul>
|
54 | 54 | <hr />
|
55 | 55 | <p>related: <a href="https://tshepang.github.io/favorite-of-career-performances/">favorite-of-career performances</a></p>
|
| 56 | +</content> |
| 57 | + |
| 58 | + </entry> |
| 59 | + <entry xml:lang="en"> |
| 60 | + <title>Rust search tools to watch</title> |
| 61 | + <published>2024-11-16T00:00:00+00:00</published> |
| 62 | + <updated>2024-11-16T00:00:00+00:00</updated> |
| 63 | + |
| 64 | + <author> |
| 65 | + <name> |
| 66 | + |
| 67 | + Unknown |
| 68 | + |
| 69 | + </name> |
| 70 | + </author> |
| 71 | + |
| 72 | + <link rel="alternate" type="text/html" href="https://tshepang.github.io/rust-search-tools-to-watch/"/> |
| 73 | + <id>https://tshepang.github.io/rust-search-tools-to-watch/</id> |
| 74 | + |
| 75 | + <content type="html" xml:base="https://tshepang.github.io/rust-search-tools-to-watch/"><p>These are all maintained well:</p> |
| 76 | +<ul> |
| 77 | +<li> |
| 78 | +<p><a href="https://github.com/quickwit-oss/quickwit">Quickwit</a></p> |
| 79 | +<ul> |
| 80 | +<li>"search engine for observability"</li> |
| 81 | +<li>built on <a href="https://github.com/quickwit-oss/tantivy">Tantivy</a>, an equivalent of <a href="https://github.com/apache/lucene">Lucene</a></li> |
| 82 | +<li>search API compatible with that of Elasticsearch</li> |
| 83 | +</ul> |
| 84 | +</li> |
| 85 | +<li> |
| 86 | +<p><a href="https://github.com/meilisearch/meilisearch">Meilisearch</a></p> |
| 87 | +<ul> |
| 88 | +<li>uses LMDB as backing store</li> |
| 89 | +</ul> |
| 90 | +</li> |
| 91 | +<li> |
| 92 | +<p><a href="https://github.com/a5huynh/spyglass">Spyglass</a>: search engine that crawls websites and stores them locally</p> |
| 93 | +</li> |
| 94 | +</ul> |
56 | 95 | </content>
|
57 | 96 |
|
58 | 97 | </entry>
|
@@ -381,52 +420,6 @@ while the most <strong>desirable character</strong> is that of
|
381 | 420 | followed by that of <a href="https://en.wikipedia.org/wiki/Rachelle_Lefevre">Rachelle Lefevre</a> in <em>White House Down</em>,</p>
|
382 | 421 | <p>The most <strong>surprising movie</strong> is <em>No Man's Land</em>,
|
383 | 422 | because it is the only China movie I watched that is either a dark comedy or a Western.</p>
|
384 |
| -</content> |
385 |
| - |
386 |
| - </entry> |
387 |
| - <entry xml:lang="en"> |
388 |
| - <title>Rust search tools to watch</title> |
389 |
| - <published>2024-06-17T00:00:00+00:00</published> |
390 |
| - <updated>2024-06-17T00:00:00+00:00</updated> |
391 |
| - |
392 |
| - <author> |
393 |
| - <name> |
394 |
| - |
395 |
| - Unknown |
396 |
| - |
397 |
| - </name> |
398 |
| - </author> |
399 |
| - |
400 |
| - <link rel="alternate" type="text/html" href="https://tshepang.github.io/rust-search-tools-to-watch/"/> |
401 |
| - <id>https://tshepang.github.io/rust-search-tools-to-watch/</id> |
402 |
| - |
403 |
| - <content type="html" xml:base="https://tshepang.github.io/rust-search-tools-to-watch/"><p>These are all maintained well:</p> |
404 |
| -<ul> |
405 |
| -<li> |
406 |
| -<p><a href="https://github.com/quickwit-oss/quickwit">Quickwit</a></p> |
407 |
| -<ul> |
408 |
| -<li>"search engine for log management"</li> |
409 |
| -<li>built on <a href="https://github.com/quickwit-oss/tantivy">Tantivy</a>, an equivalent of <a href="https://github.com/apache/lucene">Lucene</a></li> |
410 |
| -<li>search API compatible with that of Elasticsearch</li> |
411 |
| -</ul> |
412 |
| -</li> |
413 |
| -<li> |
414 |
| -<p><a href="https://github.com/meilisearch/meilisearch">Meilisearch</a></p> |
415 |
| -<ul> |
416 |
| -<li>uses LMDB as backing store</li> |
417 |
| -</ul> |
418 |
| -</li> |
419 |
| -<li> |
420 |
| -<p><a href="https://github.com/a5huynh/spyglass">Spyglass</a>: search engine that crawls websites and stores them locally</p> |
421 |
| -</li> |
422 |
| -<li> |
423 |
| -<p><a href="https://github.com/valeriansaliou/sonic">Sonic</a></p> |
424 |
| -<ul> |
425 |
| -<li>"a schema-less search backend"</li> |
426 |
| -<li>uses <a href="https://github.com/facebook/rocksdb">RocksDB</a> as backing store</li> |
427 |
| -</ul> |
428 |
| -</li> |
429 |
| -</ul> |
430 | 423 | </content>
|
431 | 424 |
|
432 | 425 | </entry>
|
|
0 commit comments