51 releases

new 0.3.7 Nov 18, 2024
0.3.6 Aug 28, 2024
0.3.5 Jul 3, 2024
0.3.2 Jan 29, 2024
0.2.2-rc Mar 31, 2023

#273 in Database interfaces

Download history 74/week @ 2024-07-28 32/week @ 2024-08-04 163/week @ 2024-08-11 115/week @ 2024-08-18 266/week @ 2024-08-25 293/week @ 2024-09-01 214/week @ 2024-09-08 104/week @ 2024-09-15 120/week @ 2024-09-22 82/week @ 2024-09-29 50/week @ 2024-10-06 60/week @ 2024-10-13 185/week @ 2024-10-20 86/week @ 2024-10-27 173/week @ 2024-11-03 123/week @ 2024-11-10

570 downloads per month
Used in 11 crates (6 directly)

Apache-2.0

78KB
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
~301K SLoC