volution / z-run

z-run -- scripting library lightweight Go-based tool
35 stars 1 forks source link

Add support for scriptlets caching when in `--ssh` mode #7

Open cipriancraciun opened 4 years ago

cipriancraciun commented 4 years ago

Apparently at the moment there is no Go-native embedded KV store that allows multiple processes to read/write from the same store... Therefore this is quite a difficult task...

Perhaps a simpler approach would be to re-use the CDB code and patch to allow append-only operations.