53 releases

0.3.8 Dec 11, 2024
0.3.7 Nov 18, 2024
0.3.6 Aug 28, 2024
0.3.5 Jul 3, 2024
0.2.2-rc Mar 31, 2023

#294 in Database interfaces

Download history 109/week @ 2024-09-18 103/week @ 2024-09-25 53/week @ 2024-10-02 75/week @ 2024-10-09 41/week @ 2024-10-16 230/week @ 2024-10-23 140/week @ 2024-10-30 62/week @ 2024-11-06 273/week @ 2024-11-13 90/week @ 2024-11-20 73/week @ 2024-11-27 56/week @ 2024-12-04 342/week @ 2024-12-11 39/week @ 2024-12-18 3/week @ 2024-12-25 28/week @ 2025-01-01

432 downloads per month
Used in 10 crates (5 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–24MB
~312K SLoC