tuttle
tuttle copied to clipboard
Make for data
For the moment, tuttle only remembers the logs for the last run. An option (in the command line ?) would allow preserving the full history. From this history, projection of...
In order to run several process at the same time, a _worker_ should be able to join the main runner. Workers should not have to be on the same machine,...
It's hard to provide atomic operations for every resources, like in relational databases. For example, if a tool writes to a file, like `unzip`, it constructs the file steps by...