databricks-zerobus-ingest-sdk 2.2.0

A high-performance Rust client for streaming data ingestion into Databricks Delta tables using the Zerobus service
Documentation
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package zeroparser.benches.air_quality;

message AirQuality {
  string device_name = 1;
  int32 temp = 2;
  int64 humidity = 3;
}