https://github.com/dolthub/kedro-dolt
Kedro-Dolt Hook Plugin
https://github.com/dolthub/kedro-dolt
data data-versioning dolt kedro-plugin
Last synced: 4 months ago
JSON representation
Kedro-Dolt Hook Plugin
- Host: GitHub
- URL: https://github.com/dolthub/kedro-dolt
- Owner: dolthub
- Created: 2021-05-19T18:06:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T18:31:15.000Z (over 2 years ago)
- Last Synced: 2025-04-15T01:13:31.413Z (6 months ago)
- Topics: data, data-versioning, dolt, kedro-plugin
- Language: Python
- Homepage: https://www.dolthub.com/
- Size: 73.2 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kedro-Dolt
Dolt is a new SQL database wit Git versioning. [Learn more
here](https://www.dolthub.com/).This plugin versions dataframes used by your workflows.
The [tutorial
repo](https://github.com/dolthub/kedro-dolt-demo?organization=dolthub&organization=dolthub)
shows an example of what this looks like in practice.The [plugin blog post (TODO)]() details Kedro, Dolt and the plugin.
# Installation
This plugin is available on PyPi:
```bash
$ pip install kedro-dolt
```