Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 458 Bytes

File metadata and controls

15 lines (9 loc) · 458 Bytes

Contributing to the OTAP Pipeline project

The OTAP Pipeline project is a part of the OTEL Arrow Project. See the project-level CONTRIBUTING document.

OTAP-Dataflow Development Process

Run cargo xtask check to check the structure of the project.

Building a Docker image

Run docker build --build-context otel-arrow=../../ -f Dockerfile -t df_engine .