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?

  • django
    link
    fedilink
    English
    arrow-up
    3
    ·
    23 days ago

    Nushell can be helpful to sift through structured data: https://www.nushell.sh/

    You can just open a csv file and filter and select what you want.