Galen Seilis
10/20/2024, 3:53 AMdatajoely
10/20/2024, 8:44 AMdatajoely
10/20/2024, 8:44 AMdatajoely
10/20/2024, 8:44 AMdatajoely
10/20/2024, 8:45 AMGalen Seilis
10/20/2024, 3:31 PMDeepyaman Datta
10/20/2024, 6:44 PMI’m tempted to write a Kedro to Marimo convertorI've talked with Akshay about this! I also went to a hack night last week to build it, but I ended up spending all my time setting up a pixi project instead 🤣
Juan Luis
10/20/2024, 7:44 PMYury Fedotov
10/20/2024, 8:35 PMLuis Chaves Rodriguez
01/03/2025, 2:54 PMdatajoely
01/03/2025, 2:57 PMPipeline
class should map pretty nicely to their notebook DAG
• We’d have to use of DataCatalog
to handle data management but I think that would be a good addition to something not provided out of the box in Marimo.
Harder parts
• I have no idea how we’d need to build the reverse, I’d like to say there’s a point where you’d want to move a Marimo prototype to a robust Kedro codebase
• If you’re using Kedro lifecycle hooks to extend functionality that would be difficultdatajoely
01/03/2025, 2:58 PMLuis Chaves Rodriguez
01/03/2025, 3:17 PMLuis Chaves Rodriguez
01/03/2025, 3:18 PM• OurI wonder how we extract the DAG out of a marimo notebookclass should map pretty nicely to their notebook DAGPipeline
datajoely
01/03/2025, 3:47 PMDeepyaman Datta
01/03/2025, 9:55 PMJuan Luis
01/04/2025, 7:35 PMI see kedro as heavily focus on mainstream DS/ML so they support pandas more than polarswe've had good Polars integration for a while! but it's true that the tutorial and most examples are written in pandas