In this article, we explain how to do ETL transformations in Amazon’s Glue. For background material...
Author - Walker Rowe
How To Define and Run a Job in AWS Glue
Here we show how to run a simple job in Amazon Glue. The basic procedure, which we’ll walk you...
How To Join Tables in Amazon Glue
Here we show how to join two tables in Amazon Glue. We make a crawler and then write Python code to...
How To Make a Crawler in Amazon Glue
In this tutorial, we show how to make a crawler in Amazon Glue. A fully managed service from...
DynamoDB Advanced Queries: A Cheat Sheet
This is an article on advanced queries in Amazon DynamoDB and it builds upon DynamoDB basic queries...
DynamoDB Bulk Insert: An Easy Tutorial
In this article, we’ll show how to do bulk inserts in DynamoDB. If you’re new to Amazon DynamoDB...
How To Query Amazon DynamoDB
In this article, we explain the basics of DynamoDB queries. The query syntax is quite different...
How To Add Data to Amazon DynamoDB
In this article, we show how to add data to Amazon DynamoDB using the command line and Python. If...
PostgreSQL vs MongoDB: Comparing Databases
In this article, we compare MongoDB and PostgreSQL. PostgreSQL is a traditional RDBMS (relational...
Introduction to Amazon DynamoDB
DynamoDB is a key-value, noSQL database developed by Amazon. It’s unlike some other products...