Say I have a large txt or CSV file with data I want to search. And say I have several files.

What is the best way to index and make this data searchable? I’ve been using grep, but it is not ideal.

Is there any self hostable docker container for indexing and searching this? Or maybe should I use SQL?

    • morbidcactus@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      28 days ago

      Postgres runs well in a container in my experience and is nice to work with, def support that. I know sqlite works well, but nice to have extra oomph for if you want it