dora-core

Crates.iodora-core
lib.rsdora-core
version0.3.7-rc1
sourcesrc
created_at2023-03-13 18:07:55.07813
updated_at2024-11-04 12:20:36.644847
description`dora` goal is to be a low latency, composable, and distributed data flow.
homepage
repositoryhttps://github.com/dora-rs/dora/
max_upload_size
id809127
size79,615
Core (github:dora-rs:core)

documentation

https://dora.carsmos.ai

README

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! 🔥

Commit count: 2681

cargo fmt