Tag: aws
-
AWS Data Wrangler (AWS SDK for Pandas)
AWS Data Wrangler (awswrangler) is now called AWS SDK for Pandas), is a python library which make it easier to integrate AWS services for ETL (Extract Transform Load) works. I will use Google Colab and AWS SDK for Pandas for creating: Prerequisites Steps Let’s get started. Verify your table Go to AWS Console and check…
-
Using DynamoDB local on Googlee Colab
Recently, I have setup a process on a RaspberryPI server and configured it to run in the background and listen for events from Companies House streaming API. It has has been running without any issues. I want to use DyanamoDB local for storing events data from streaming API. Steps for deploying DynamoDB local Create a…