data cache
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
kine should be fetching data before its ready to call processRecords again and maintain a cache of data to send to processRecords as soon as more data is requested.
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 by reading the Kine entry points that fetch AWS Kinesis data and invoke processRecords. Determine how repeated processRecords calls currently request data, then define the expected prefetch and cache behavior; done means requested data is available to processRecords without waiting for the next fetch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- data-engineering, stream-processing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100