# otel-arrow-rust **Repository Path**: mirrors_jmacd/otel-arrow-rust ## Basic Information - **Project Name**: otel-arrow-rust - **Description**: Rust implementation of OTEL Arrow. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OTEL Arrow Protocol Implementation in Rust The non-official implementation for [OTEL Arrow protocol](https://github.com/open-telemetry/otel-arrow), written in Rust. - Decoding Arrow IPC record batches to Opentelemetry data structures. - 🚧 Metrics - [ ] Logs - [ ] Traces - Encoding Opentelemetry data structures to Arrow IPC record batches. - [ ] Metrics - [ ] Logs - [ ] Traces ## Build ```bash git clone https://github.com/v0y4g3r/otel-arrow-rust.git cd otel-arrow-rust && git submodule update --init --recursive cargo build --release ```