file ingestion for legacy data content search.
lots of companies have a shared drive out there, somewhere that houses a lot of documentation about applications, departments, people, so on so forth.
I suppose you could point something like (rip)grep at the top level directory and let it go to town, but (to my knowledge) they don't cache so you'd be re-grepping everytime you needed to find something new.
The idea for glutton is as follows - 3 parts to the application:
- File ingestion.
- Data Token storage (NOSQL or comparable tech for fuzzy string searches)
- Web UI for performing the actual searching.
I'd like to write it in Rust :)
I saw a project called Sonic not too long ago, I'd like to see if it would work for what I'm imagining.
LMAO we'll get there when we get there. (svelte question mark?)