Replies: 2 comments
-
|
I updated parts of the roadmap to include additional requirements around connecting to external metrics systems, such as OpenTelemetry and Prometheus. In addition, I've simplified portions of the distributed roadmap based on initial implementation |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Added an issue for the current dashboard #5518 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For Daft to become the data processing engine for AI models and multimodal data, it must be:
As one aspect of these goals, it should be effortless for a user to see what their query is "doing". Our idea is to provide a dashboard-like experience, aka the Daft Dashboard, that can have:
pip install daftIt can be similar to the Dask Dashboard, but with a focus on mapping 1-1 to user code and less of internals. In some situations, the Daft Dashboard could supersede or power existing observability tooling, like the progress bars, the EXPLAIN ANALYZE Markdown,
.explainfor plans, and so on.⌛️🗡️🐟 Milestone 1: v0 Swordfish Observability
Status: ✅ Completed
Goal: Provide a standalone dashboard setup for single-node deployments
Timeline:
v0.6.2v0.6.6Tasks: Engine
Tasks: Dashboard Server
daft dashboardCLI with Daft Python packageTasks: UI
🐟⚔️🐟 Milestone 2: v0 Flotilla Observability
Status: ⌛️ In Progress
Goal: Basic query and metrics observability for distributed engine deployments
Timeline: v0.7.1
Tasks: Flotilla
Custom metrics aggregation for special nodes
Tasks: Dashboard-Related
🗡️🐟 Milestone 3: v1 Swordfish Observability
Status: 💤 Not Started
Goal: Extend the Swordfish dashboard integration to cover more cases
Timeline: TODO
🐟⚔️🐟 Milestone 4: v1 Flotilla Observability
Status: 💤 Not Started
Goal: Extend support for Flotilla observability
Timeline: TODO
Tasks: Flotilla
Investigation
Ideas that we are currently looking into. Once ready, we will add some of these ideas to the roadmap. Please let us know if you believe any of these (or anything else) is important to prioritize.
Beta Was this translation helpful? Give feedback.
All reactions