Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Crate Map

Volley is a 15-crate Cargo workspace. See the full Crate Map for detailed per-crate documentation.

Status: stable = production-ready | experimental = API may change | placeholder = stub/future work

Core

CrateDescriptionKey TypesStatus
volley-coreStream processing engine with built-in observability and optional RocksDB stateStreamExecutionEnvironment, DataStream, KeyedStream, Operator, StreamRecord, ObservabilityConfig, RocksDbBackendstable
volley-deriveProcedural macrosimpl_to_arrow!stable

Connectors

CrateDescriptionKey TypesStatus
volley-connectorsUmbrella crate (memory + feature-gated re-exports)MemorySource, MemorySinkstable
volley-connector-kafkaKafka source + sink (exactly-once)KafkaSource, KafkaSink, KafkaSourceConfigstable
volley-connector-blob-storeCloud blob store abstraction + decodersNotificationSource, BlobReader, BlobWriterstable
volley-connector-aws-s3AWS S3 + SQS sourceS3Source, S3BlobReader, SqsNotificationSourcestable
volley-connector-azure-blobAzure Blob + Queue sourceAzureBlobSource, AzureBlobReaderstable
volley-connector-gcp-gcsGCS + Pub/Sub sourceGcsSource, GcsBlobReader, PubSubNotificationSourcestable
volley-connector-deltaDelta Lake sink (exactly-once)DeltaSink, DeltaSinkConfigstable
volley-connector-icebergApache Iceberg sink (REST catalog)IcebergSink, IcebergSinkConfigstable

Infrastructure

CrateDescriptionStatus
volley-k8s-operatorKubernetes operator for VolleyApplication CRDstable
volley-cliCLI tool (volley new, volley doctor)stable
volley-schedulerDistributed execution (Ballista integration)experimental
volley-pythonPyO3 Python bindingsplaceholder

Other

CrateDescriptionStatus
volley-examplesRunnable examples and benchmarksstable