scylladb / scylladb/cpp-rs-driver
Implement API for geting clustering key order
Open
Nobody has claimed this yet.
P2
rust-driver-missing
- Dominant language
- C++
- Stars
- 26
- Forks
- 19
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 7
Description
APIs to cover:
cass_table_meta_clustering_key_order
cass_materialized_view_meta_clustering_key_order
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing metadata API bindings in this C++ wrapper and tracing how they delegate to the Rust driver. Check the definitions and usage of cass_table_meta_clustering_key_order and cass_materialized_view_meta_clustering_key_order; done means both APIs are implemented and exposed consistently with the surrounding metadata APIs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100