Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```