Oddbean new post about | logout
 nostr:npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft new bluge-powered search-only eventstore backend for Khatru just dropped: https://github.com/fiatjaf/eventstore/tree/master/bluge

There is no README, no docs. I'll deploy it to custom.fiatjaf.com soon and see if it works and then I'll write that. In my local tests it was good. Not 100% accuracy, but very fast.

The idea is that for queries without "search" you go to the normal backend, for queries with "search" you only use this. And it doesn't store the events twice, only the indexes. The events are fetched from the other database backend based on id results from the search.