So it is about taking snapshots/artefacts of training data, logging experiment settings like hyper parameters and results - e.g. lots of metrics, plus the used source code (push/commit). My current understanding is, that all this is quite simple using MLFlow OOTB (locally up to having a server and dedicated database). Maybe there is an example project to do similar with MetaFlow without having to reimplement the wheel? Hope this makes sense?