You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Study AWS Glue developer guide. The following as starter pointers.
We want to use DynamoDB as source and, Aurora PostgreSQL as target for connection. The target database is orcavault and, schema can be any one of ods or tsa depends on data loading strategy choice.
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.
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.
orcavault
and, schema can be any one ofods
ortsa
depends on data loading strategy choice.The text was updated successfully, but these errors were encountered: