Add persisting-compute crate and integrate with CLI#6
Merged
Conversation
- Introduced the `persisting-compute` crate with dependencies and initial structure. - Updated `Cargo.toml` and `Cargo.lock` to include `persisting-compute`. - Enhanced the CLI to support a new `Compute` command for executing compute plans. - Implemented local validation and checkpointing features for compute tasks. - Added proxy configuration arguments for better CLI integration. This commit lays the groundwork for a compute control plane, enabling task execution and management within the existing framework.
- Renamed "Compute Control Plane" to "Compute Architecture" for clarity. - Added a new "Compute Quick Start" guide to assist users in running independent tasks. - Updated navigation links in documentation to reflect the new structure and added quick start references. - Enhanced existing design documents to include links to the new quick start guide and clarified architecture descriptions. These changes improve the usability and accessibility of the Compute features within the documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
persisting-computecrate with dependencies and initial structure.Cargo.tomlandCargo.lockto includepersisting-compute.Computecommand for executing compute plans.This commit lays the groundwork for a compute control plane, enabling task execution and management within the existing framework.