Proto-Beam

Warning this is an evolving product, even Pre-Alpha quality. Don't use this in production just yet.

Description

Utilities for handling and converting ProtocolBuffers. Focused but not limited to Apache Beam.

Features

Why ProtoBuf

Known Issues

Examples

env name example
RUNNER Direct
GOOGLE_PROJECT_ID myproject
BQ_GCS_TEMP gs://my-bucket/tmp
BQ_OUT_DATASET my-project:my-dataset

Create 3 tables in a dataset, converted from Protobuf

transform/src/main/java/io.anemos.protobuf.examples.ProtoToBigQueryPipeline

Read the created tables, convert to protobuf and output to stderr

transform/src/main/java/io.anemos.protobuf.examples.ProtoFromBigQueryPipeline

Roadmap