Crate dora_node_api

Source
Expand description

The custom node API allow you to integrate dora into your application. It allows you to retrieve input and send output in any fashion you want.

Try it out with:

dora new node --kind node

You can also generate a dora rust project with

dora new project_xyz --kind dataflow

Re-exports§

pub use arrow;
pub use dora_core;
pub use dora_core::uhlc;

Modules§

arrow_utils
merged

Structs§

ArrowData
DataSample
DoraNode
EventStream
MappedInputData
Metadata
Receiver
The receiving end of a channel.

Enums§

Event
Parameter
RawData

Constants§

ZERO_COPY_THRESHOLD

Traits§

IntoArrow

Functions§

into_vec

Type Aliases§

DataflowId
MetadataParameters