56 releases

0.3.9 Feb 6, 2025
0.3.8 Dec 11, 2024
0.3.7 Nov 18, 2024
0.3.5 Jul 3, 2024
0.2.2-rc Mar 31, 2023

#290 in Database interfaces

Download history 156/week @ 2024-10-26 172/week @ 2024-11-02 107/week @ 2024-11-09 215/week @ 2024-11-16 94/week @ 2024-11-23 55/week @ 2024-11-30 321/week @ 2024-12-07 91/week @ 2024-12-14 7/week @ 2024-12-21 15/week @ 2024-12-28 27/week @ 2025-01-04 34/week @ 2025-01-11 18/week @ 2025-01-18 8/week @ 2025-01-25 393/week @ 2025-02-01 71/week @ 2025-02-08

498 downloads per month
Used in 10 crates (5 directly)

Apache-2.0

79KB
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

~9–20MB
~305K SLoC