#data-flow #operator #low-latency #api #distributed #dora #composable

dora-operator-api

dora goal is to be a low latency, composable, and distributed data flow

35 releases

0.3.3 Apr 11, 2024
0.3.2 Jan 29, 2024
0.3.1-rc3 Dec 20, 2023
0.3.0 Nov 3, 2023
0.1.0 Jun 24, 2022

#4 in #dora

Download history 5/week @ 2024-01-07 2/week @ 2024-01-21 14/week @ 2024-01-28 7/week @ 2024-02-18 28/week @ 2024-02-25 5/week @ 2024-03-10 8/week @ 2024-03-31 202/week @ 2024-04-07 13/week @ 2024-04-14

223 downloads per month

Apache-2.0

7KB
115 lines

The operator API is a framework to implement dora operators. The implemented operator will be managed by dora.

This framework enable us to make optimisation and provide advanced features. It is the recommended way of using dora.

An operator requires to be registered and implement the DoraOperator trait. It is composed of an on_event method that defines the behaviour of the operator when there is an event such as receiving an input for example.

Try it out with:

dora new op --kind operator

Dependencies

~14–22MB
~296K SLoC