incense icon indicating copy to clipboard operation
incense copied to clipboard

Unify filesystem and mongo experiments and loaders

Open vnmabus opened this issue 2 years ago • 0 comments

Experiments and loaders for filesystem and mongo should have a similar interface. In particular, a method such as find_by_ids should be available also for the filesystem loader, even if in that case it is just a loop. This allows a user to deal with both in the same way, using the optimized implementation for Mongo if available.

vnmabus avatar Apr 05 '22 09:04 vnmabus