developmentseed / developmentseed/pgstac-ingestor

Use database abstraction for all DynamoDB calls

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The ingestor is currently making [direct calls to DynamoDB](https://github.com/developmentseed/cdk-pgstac/blob/main/lib/ingestor-api/runtime/src/ingestor.py#L42) and should be updated to leverage the [services module](https://github.com/developmentseed/cdk-pgstac/blob/main/lib/ingestor-api/runtime/src/services.py).

Moved from https://github.com/developmentseed/eoapi-cdk/issues/27 for tracking.

Contributor guide

Open the contributing guide

Research direction

Start by reading lib/ingestor-api/runtime/src/ingestor.py around the direct DynamoDB calls and compare them with the services module in lib/ingestor-api/runtime/src/services.py. Update the ingestor so all DynamoDB access goes through that module, then verify that no direct calls remain in the ingestor.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
database
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.