| Crates.io | dora-core |
| lib.rs | dora-core |
| version | 0.4.1 |
| created_at | 2023-03-13 18:07:55.07813+00 |
| updated_at | 2026-01-20 19:53:20.83993+00 |
| 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 | 198,618 |
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! 🔥