Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Awesome, glad to see all the competition in the search space now. There are other projects like Sonic, Tantivy, Toshi and more that have more functionality if you need alternatives.

Here's a public list of search projects (in rust, c, go): https://gist.github.com/manigandham/58320ddb24fed654b57b4ba2...




That's a good overview of the alternatives. Nice work on this.


Are there any that fit the log searching use case, apart from loki which doesn't do full text searching?


Do you mean you want full-text search against logs? In that case they all work, you just have to ingest the logs as documents in each one.

Or try Seq which is a log-focused system: https://datalust.co/seq


I think vector[0] does what you are asking for.

[0] https://github.com/timberio/vector


Vector is a log/event forwarding system. It moves data between sources and sinks with optional transforms. It doesn't store or search it.


Thanks, but I'm looking for alternatives to the ElasticSearch in that diagram.

Vector looks like a good choice to fill the index, and should be easy enough to modify to support Meili.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: