otlp2pipeline 0.4.0

OTLP ingestion worker for Cloudflare Pipelines and AWS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod client;
pub mod iceberg;
pub mod iceberg_types;
pub mod pipelines;
pub mod r2;
pub mod workers;

pub use client::CloudflareClient;
pub use iceberg::{AddPartitionResult, IcebergClient};
pub use iceberg_types::TableMetadataInner;
pub use pipelines::{Pipeline, SchemaField, Sink, Stream};
pub use r2::{CorsAllowed, CorsRule};