avinassh / avinassh/s3-log

Add a local cache

Open
#2 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
187
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Every read incurs S3 API call. Add a local cache to read the objects.

the cache should be configurable: {in-memory, on-disk, both(tiered)}, size, LRU / Sieve

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the code path that reads objects from S3 and identify whether reads are centralized. Define the cache configuration and behavior for in-memory, on-disk, and tiered modes, including size and LRU or Sieve eviction. Done means repeated reads avoid unnecessary S3 calls while each supported configuration behaves as specified.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, go
Domain
backend, cloud, performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.