#dataflow #low-latency #embodied-ai

bin+lib dora-core

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

61 releases

0.3.11 Apr 6, 2025
0.3.10 Mar 4, 2025
0.3.10-rc1 Feb 24, 2025
0.3.8 Dec 11, 2024
0.2.2-rc Mar 31, 2023

#10 in #embodied-ai

Download history 3/week @ 2024-12-25 28/week @ 2025-01-01 33/week @ 2025-01-08 28/week @ 2025-01-15 6/week @ 2025-01-22 94/week @ 2025-01-29 374/week @ 2025-02-05 90/week @ 2025-02-12 1850/week @ 2025-02-19 1360/week @ 2025-02-26 188/week @ 2025-03-05 176/week @ 2025-03-12 518/week @ 2025-03-19 332/week @ 2025-03-26 685/week @ 2025-04-02 166/week @ 2025-04-09

1,758 downloads per month
Used in 13 crates (5 directly)

Apache-2.0

81KB
2K SLoC

Core library for dora

Generating dora schema

cargo run -p dora-core generate_schemas

VSCode YAML Dataflow Support

We can pass the JSON Schema to VSCode redhat.vscode-yaml to enables features such as:

  • Type validation
  • Suggestions
  • Documentation

Getting started

  1. Install redhat.vscode-yaml

  2. Open User Settings(JSON) in VSCode within ctrl+ shift + p search bar.

  3. Add the following:

  "yaml.schemas": {
    "https://raw.githubusercontent.com/dora-rs/dora/main/libraries/core/dora-schema.json": "/*"
  },

And you should be set! 🔥

Dependencies

~10–22MB
~335K SLoC