49 releases

new 0.3.7-rc1 Nov 4, 2024
0.3.5 Jul 3, 2024
0.3.2 Jan 29, 2024
0.3.1-rc4 Dec 21, 2023
0.2.2-rc Mar 31, 2023

#310 in Database interfaces

Download history 47/week @ 2024-07-18 66/week @ 2024-07-25 44/week @ 2024-08-01 57/week @ 2024-08-08 209/week @ 2024-08-15 188/week @ 2024-08-22 238/week @ 2024-08-29 331/week @ 2024-09-05 118/week @ 2024-09-12 114/week @ 2024-09-19 90/week @ 2024-09-26 55/week @ 2024-10-03 65/week @ 2024-10-10 51/week @ 2024-10-17 215/week @ 2024-10-24 150/week @ 2024-10-31

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

Apache-2.0

50KB
1K 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

~7–22MB
~265K SLoC