Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kedro-partitioned/kedro-partitioned

Kedro plugin that extends support for partitioned data processing
https://github.com/kedro-partitioned/kedro-partitioned

Last synced: 3 months ago
JSON representation

Kedro plugin that extends support for partitioned data processing

Awesome Lists containing this project

README

        

# Kedro Partitioned

[![Build](https://github.com/nickolasrm/kedro-partitioned/actions/workflows/build.yml/badge.svg)](https://github.com/nickolasrm/kedro-partitioned/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/kedro-partitioned/kedro-partitioned/graph/badge.svg?token=DL86bQnQyQ)](https://codecov.io/gh/kedro-partitioned/kedro-partitioned)
[![Documentation Status](https://readthedocs.org/projects/kedro-partitioned/badge/?version=stable)](https://kedro-partitioned.readthedocs.io/en/stable/?badge=stable)
![PyPI](https://img.shields.io/pypi/v/kedro-partitioned)

## Introduction

Kedro Plugin for extending partitioned data support.

## Usage:

Read our [docs](https://kedro-partitioned.readthedocs.io/).

Or just go straight to the installation:

```bash
pip install kedro-partitioned
```

## Contribute

If you want to contribute to this package, perform the following steps:

1. Fork the repo
2. Clone it in your machine
3. Follow [maskfile.md](./maskfile.md) description under the main title
4. Make your changes
5. Open a PR for review

## Credits

- Gabriel Daiha Alves [@gabrieldaiha](https://github.com/nickolasrm)
- Nickolas da Rocha Machado [@nickolasrm](https://github.com/gabrieldaiha)