Add query support to DynamoDBIO
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
DynamoDBIO currently only allows to do Scans supporting Querys should be a considerable cost improvement for users.
For ref.
https://stackoverflow.com/questions/43452219/what-is-the-difference-between-scan-and-query-in-dynamodb-when-use-scan-query
Imported from Jira [BEAM-7558](https://issues.apache.org/jira/browse/BEAM-7558). Original Jira may contain additional context.
Reported by: iemejia.
Contributor guide
Research direction
Start by locating the Java DynamoDBIO implementation and read how its current scan-only behavior is exposed. Use the linked DynamoDB Scan versus Query reference to understand the requested distinction, then identify the existing tests for DynamoDBIO. Done means DynamoDBIO supports the requested Query behavior while preserving existing scan support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100