Hi Team! :kedro:
KedroSession
in code ✅ MemoryDataSet
then persistence won't be needed, saving up on I/O time. However, transcoding would be a problem in this case. Any ideas?Hey Abhishek, with the datasets - the CachedDataset
might be helpful https://docs.kedro.org/en/stable/api/kedro.io.CachedDataset.html
Hi, kedro-mlflow and kedro-boot are specifically designed for this kind of optimisation for pipeline serving. Even if you don't use the plugins directly, some part of code can serve as inspiration
Hey thanks! First time I head of kedro-boot, sounds really good! Will definitely check this out. Thanks 🙂