Table of content¶
- Intro to the core interfaces of mloda
- Introduction to mloda's core interfaces and practical demonstration of its capabilities.
- What makes mloda unique?
- Explanation of mloda's unique aspects, including data reusability and support for diverse technologies.
- What is data, Feature, FeatureSets and FeatureGroups in mloda
- Detailed overview of key objects in mloda and their relationships.
- Roles in mloda
- Exploration of the roles of Providers, Data Users, and Stewards within mloda.
Prerequisite Setup for This Example¶
This example assumes that you have cloned the repository and followed the Local Development Setup:
uv sync --all-extras
source .venv/bin/activate
This installs all dependencies, including the docs extras needed for these notebooks.