Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dolthub/kedro-dolt
Kedro-Dolt Hook Plugin
https://github.com/dolthub/kedro-dolt
data data-versioning dolt kedro-plugin
Last synced: about 1 month 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T18:31:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:28:25.323Z (8 months ago)
- Topics: data, data-versioning, dolt, kedro-plugin
- Language: Python
- Homepage: https://www.dolthub.com/
- Size: 73.2 KB
- Stars: 4
- Watchers: 6
- 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
```