Skip to content

Java implementation of the Dagster Pipes protocol (prototype)

Notifications You must be signed in to change notification settings

GingerYouth/dagster-pipes-java

 
 

Repository files navigation

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

About

Java implementation of the Dagster Pipes protocol (prototype)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%