|
|
|
|
|
by irq-1
2394 days ago
|
|
I was thinking about something similar to extfuse, but for a remote filesystem. Here's some note scraps: > Server abilities can be changed by uploading JS functions/libs.. > Want to search a file formats meta-data on the server? Upload JS to read the
meta-data and index it, and provide the search options.. > Servers should also use the best options for the tasks they provide: Grep to
seach text -- and not Grep like functionality, but the optimized binary for
the platform the server is running. > Locking, linking, ACLs, and binary access should all be changable by JS. |
|
Kind of like current serverless tech but instead of running at the edge, you run on the storage node.
EDIT: removed statement about network speed vs ssd speed. Pretty sure I was way off.