oceanbase / oceanbase/pyseekdb
[Feature]: Diff & Merge Table
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 62
- Forks
- 35
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 2
Description
Describe your use case
Seekdb has already support DIFF TABLE & MERGE TABLE, which enhances seekdb's git-like workflow, pyseekdb should wrap it also.
Describe the solution you'd like
Like Fork Table, wrap a method on Collection object
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
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 with the Collection object and find the existing Fork Table wrapper, then compare its interface with seekdb's DIFF TABLE and MERGE TABLE support. Done means pyseekdb exposes Collection methods for both operations with behavior consistent with the underlying seekdb workflow; add or run the relevant Collection tests if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100