Hacker News new | ask | show | jobs
by mjs7231 3711 days ago
You want to save space by not having data on your local system but use a local search to look in the contents of files not on that system? You can't have your cake and eat it too.
1 comments

Sure you can: index it once, and then stream it forevermore.
except remote contents can change
Store a hash or checksum in the index and also allow the remote API to return the hash/checksum to see if the file has changed