Crates.io | dora-core |
lib.rs | dora-core |
version | 0.3.7-rc1 |
source | src |
created_at | 2023-03-13 18:07:55.07813 |
updated_at | 2024-11-04 12:20:36.644847 |
description | `dora` goal is to be a low latency, composable, and distributed data flow. |
homepage | |
repository | https://github.com/dora-rs/dora/ |
max_upload_size | |
id | 809127 |
size | 79,615 |
cargo run -p dora-core generate_schemas
We can pass the JSON Schema to VSCode redhat.vscode-yaml
to enables features such as:
Install redhat.vscode-yaml
Open User Settings(JSON) in VSCode within ctrl
+ shift
+ p
search bar.
Add the following:
"yaml.schemas": {
"https://raw.githubusercontent.com/dora-rs/dora/main/libraries/core/dora-schema.json": "/*"
},
And you should be set! 🔥