Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrojuanlu/kedro-deltalake-demo
https://github.com/astrojuanlu/kedro-deltalake-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/astrojuanlu/kedro-deltalake-demo
- Owner: astrojuanlu
- Created: 2024-08-23T10:03:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T12:01:35.000Z (4 months ago)
- Last Synced: 2024-10-14T19:59:14.265Z (2 months ago)
- Language: Jupyter Notebook
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.