https://github.com/jbris/kedro-testing
Testing Kedro
https://github.com/jbris/kedro-testing
kedro kedro-catalog kedro-hook kedro-plugin kedro-tutorial machine-learning machine-learning-models mlops mlops-environment mlops-project mlops-workflow
Last synced: 7 months ago
JSON representation
Testing Kedro
- Host: GitHub
- URL: https://github.com/jbris/kedro-testing
- Owner: JBris
- License: apache-2.0
- Created: 2025-03-08T12:30:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T03:55:58.000Z (7 months ago)
- Last Synced: 2025-03-09T04:23:19.386Z (7 months ago)
- Topics: kedro, kedro-catalog, kedro-hook, kedro-plugin, kedro-tutorial, machine-learning, machine-learning-models, mlops, mlops-environment, mlops-project, mlops-workflow
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kedro Testing
Testing Kedro
# Usage
New project:
```
kedro new
```Move to project:
```
cd new-kedro-project
```Run pipeline:
```
kedro run
```Visualise pipeline:
```
kedro viz run
```