feat(client): implement advanced python client features and ci validation#10
Merged
Conversation
Owner
prk-Jr
commented
Feb 7, 2026
- feat(codegen): add fluent Query Builder support for Python client
- feat(client): implement stateful compute replay logic in Python
- feat(ci): add job to GitHub Actions
- test: add for end-to-end verification and local integration runner
- fix(storage): resolve database lock contention in concurrent scenarios
- fix(server): ensure correct API response structure and dependency versions
added 13 commits
February 7, 2026 14:28
…tion - feat(codegen): add fluent Query Builder support for Python client - feat(client): implement stateful compute replay logic in Python - feat(ci): add job to GitHub Actions - test: add for end-to-end verification and local integration runner - fix(storage): resolve database lock contention in concurrent scenarios - fix(server): ensure correct API response structure and dependency versions
…nd simplify CLI invocation in test scripts.
…d add a deployment workflow.
…d add a deployment workflow.
…to RPC requests and routing them to the appropriate partition manager
… correct ClusterConfig. Fixed Compilation Errors: Updated ClusterConfig instantiation in compaction_test.rs, read_index_test.rs, raft_bench.rs, prkdb-server.rs, raft_cluster.rs, and raft_node.rs to include partition_id. Refactored Examples: Rewrote raft_cluster.rs and raft_node.rs to correctly use PartitionManager for server startup, aligning with the new multiplexing architecture.
…b-server in crates/prkdb-cli/Cargo.toml. prkdb-server now correctly resolves to the prkdb crate binary. Raft Multiplexing: Updated crates/prkdb/src/bin/prkdb-server.rs to register the multiplexed Raft service on the main gRPC port, aligning with the single-port architecture used by TestCluster. Benchmark Script: Updated scripts/run_cluster_benchmark.sh to explicitly use the prkdb-cli binary, ensuring benchmarks continue to run correctly.
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.