Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astrojuanlu/kedro-deltalake-demo


https://github.com/astrojuanlu/kedro-deltalake-demo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# kedro-deltalake-demo

## Getting started

Spin up MinIO:

```
$ docker compose up -d
```

Create a `data` bucket:

```
$ mc alias set myminio http://127.0.0.1:9010 minioadmin minioadmin
$ mc mb myminio/data
```

Install Python dependencies:

```
$ uv sync
```

or, alternatively, `pip install -r requirements.txt`.