ray-dashboard-sdk

Crates.ioray-dashboard-sdk
lib.rsray-dashboard-sdk
version0.3.0
created_at2025-11-03 00:11:50.985484+00
updated_at2025-12-14 21:52:45.879409+00
descriptionA simple Rust client for the Ray Dashboard REST API.
homepage
repositoryhttps://github.com/sfriedowitz/ray-dashboard-sdk
max_upload_size
id1913736
size105,483
Sean Friedowitz (sfriedowitz)

documentation

README

ray-dashboard-sdk

A simple Rust client for the Ray Dashboard REST API.

Crates.io MIT licensed Build Status

Overview

A Rust SDK for the Ray Dashboard REST API. Currently supports the Jobs API for submitting and managing Ray jobs.

See examples/ for usage examples.

Contributing

Running Tests

Integration tests require a running Ray cluster:

# Start Ray cluster
docker compose up -d

# Run tests
cargo test

# Stop Ray cluster
docker compose down

Running Examples

Examples also require the Ray cluster:

docker compose up -d
cargo run --example simple
cargo run --example axum

TODO

  • Expand unit tests for schemas
  • Implement Serve API bindings
Commit count: 0

cargo fmt