Alexandre Bonnasseau
Alexandre Bonnasseau
Any suggestion welcome to make syntax easier to work with... eg : declare the processor on its own line, allow line breaks between resources lists, to avoid very long lines
- [ ] _never delete intermediate data_ : even if intermediate data doesn't seem usefull, never delete a table or a file : it can be used as a savepoint....
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...
As stated previously in https://github.com/datasets/geo-boundaries-world-110m/issues/1, some countries are missing. There are not present in the source data from NaturalEarth, likely because they are too small for the scale (1:110m). I...