Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 559 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 559 Bytes

Dagster Pipes - Java protocol implementation

Development

Installation

  1. Install the Python (Dagster) environment:
uv sync

This will automatically create a virtual environment in .venv and install all the Python dependencies.

To use the environment, either activate it manually with source ./.venv/bin/activate, or use uv run to execute commands in the context of this environment.

  1. Install Java stuff

TODO

Launching an example Dagster project

uv run dagster dev

Testing

uv run pytest