Free as in your first hit is always free.
@dmaonR respectfully, my dinky homelab k3s cluster, running on a couple of Raspberries Pi, begs to differ. Perfectly feasible and practical to run k8s on personal-scale hardware.
Unless I've misunderstood what problem you are referring to? In which case, apologies.
(Ok so *technically* I have added a beefy PowerEdge node to that cluster too - but that's because I *wanted* to, not because of scale requirements/limitations)
"too big to fork"
@mhoye Do you want recommendations for your text-indexers question?
In the full text search department:
Take a look at melisearch (https://github.com/meilisearch/meilisearch)
or Apache solr (https://solr.apache.org/guide/solr/latest/index.html), which is like elastic search but without all the licensing kerfuffle
@mhoye ah, both of these are not what i would consider minimalist. Melisearch is smaller than solr, but especially solr has all the enterprise features of an enterprise java project from the 2000-ends.
Also, both run as a separate service that your application connects to, instead of being build into your application.
If you rather have something that is build into your application, maybe the full text search sqlite module is better suited. (https://www.sqlite.org/fts5.html)
@mhoye Aside from being (I am reasonably certain) a line from Red Dwarf, you make a very good point.
When my parents moved from Windows to Linux some years back, it was not about the open source or the creative commons that convinced it was a good move, it was cost, ease of use and ease of maintenance.
@tedmielczarek @mhoye this works super well on a single workstation.
The component that make it work is also open source: https://github.com/quickwit-oss/tantivy
⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine. - GitHub - lnx-search/lnx: ⚡ Insanely fast, 🌟 Feature-rich searching. lnx ...
I read part of your sentence as 'polytopic trepanation' and I thought of AI scraping data straight from the source, and I will be under my bed, crying softly if you don't mind.
@[email protected] Do you want recommendations for your text-indexers question? In the full text search department: Take a look at melisearch (https://github.com/meilisearch/meilisearch) or Apache solr (https://solr.apache.org/guide/solr/latest/index.html), which is like elastic search but without all the licensing kerfuffle