Skip to content

Implement data staging from DynamoDB #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
victorskl opened this issue Mar 13, 2025 · 1 comment
Open

Implement data staging from DynamoDB #63

victorskl opened this issue Mar 13, 2025 · 1 comment
Labels

Comments

@victorskl
Copy link
Member

victorskl commented Mar 13, 2025

Context:

OrcaVault objective is to do data warehouse need of our upstream microservices system, OrcaBus.

We now have few microservices; that are leveraging DynamoDB as their transactional database records.

We need to extract and load these DynamoDB data sources into OrcaVault warehouse staging area.

Prerequisite:

#60

Approach:

We strategically choose AWS Glue as such ETL data staging requirement purpose.

Study AWS Glue developer guide. The following as starter pointers.

@victorskl
Copy link
Member Author

victorskl commented Mar 14, 2025

Alternate via FDW

Investigate

Note though, since we are using "managed" Aurora RDBMS cluster, not every PostgreSQL extension available online is viable; it may be barred/limited by AWS Aurora managed solution.

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Extensions.html

@victorskl victorskl added the epic label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant