I was recently tasked with installing a batch scheduler to a an HPC cluster for a genomics research lab. The program that needed to be installed was called “Son of Grid Engine” HPC systems usually will need some sort of orchestration program to distribute tasks within a shared pool of […]
About: Abdul Bhatti
Posts by Abdul Bhatti:
SQL and Python
Growth of Data: Data lakes, Machine learning, & Data Warehouses
Machine Learning Model: Tensorflow Inferencing
Data Science Challenge: ETL from MySQL to MongoDB
Preparing for Risks: WordPress Migration to an AWS LAMP stack
Architecting Highly Available systems: EFS, Moodle, Load testing
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 […]
Transferring SQL database to AWS, Aurora and Serverless architecture
Today I explored aurora serverless, I am currently working on migrating a website database to more available architecture. I started off by creating a serverless database and attempting to connect using a local MySQL program. After multiple attempts I realized that it was not working. I troubleshooted this issue over […]