Last month I have completed the majority of the Complete SQL boot camp. I wanted to learn the details about the SQL language to expand my ability to perform manual ETL functions in python. In my past posts I explained how I was able to run simple ETL scripts using […]
Category: Mysql
Growth of Data: Data lakes, Machine learning, & Data Warehouses
Data Science Challenge: ETL from MySQL to MongoDB
AmazonIQ, Botble, freelance work
Preparing for Risks: WordPress Migration to an AWS LAMP stack
Linux CLI and Mysql: An Efficient Way to Migrate Databases
I understand that abstracting action through a CLI can be daunting for some but nothing can match the efficiency and granular control of CLI commands. In my previous attempts to migrate my database, I was having difficulty using MySQL workbench. After some time pondering the issue, I concluded that the […]
Designing Highly Available Systems Part 3: Remote Databases and Schema Conversions
Today I completed my exploration into making my architecture more stateless. I have a WordPress page that I have decided to use as a sample and experimented with different AWS solutions that allow this website to be launched independent of a local database or local file storage. Through MySQL workbench […]