In today's data-driven world, traditional databases struggle with the increasing volume of information. NoSQL databases like MongoDB offer the flexibility, scalability, and speed needed to manage diverse data effectively. With its versatile applications and a cloud solution, MongoDB stands out as a cost-effective, reliable option for modern data challenges.
My 2 cents on Database Normalization
Database Normalization and the Entity-Relationship (ER) Model: A Foundation for Effective Data Management Working at Nestle has provided me a lot of valuable experience in data management specially in our DEX tool which we use for endpoint management for collecting huge amounts of data and then using that data to create automations, including utilizing normalization... Continue Reading →
Messaging services in AWS: Creating a SNS topic and pushing a message to SQS
Hello Guys , SNS and SQS are messaging services in AWS . SNS is a push based service whereas SQS is a pull based messaging service offered by AWS. Both services have their own unique use cases and based on the requirements in your organisation, one can choose the service or maybe use both services... Continue Reading →
Terraform Script to Automate Infrastructure
Hello Guys, In the last blog about Terraform we talked about how Terraform works and we wrote a simple script to fire an EC2 instance. In this blog , we will take it a step further and write a Terraform script to achieve the following goals: provider "Aws" { profile = "myprofile" region = "us-east-1"... Continue Reading →
Introduction to Terraform on AWS
Hello Guys, We will briefly talk about a very powerful devops tool that is Terraform ,using which you can automate your infrastructure. It can integrate with any public cloud provider to help you automate your infrastructure on cloud. What is Terraform It is an Infrastructure as Code service ( where it's more easier to write... Continue Reading →
ECS clusters in AWS
How to create ECS Clusters in AWS Cloud #AWS #ECS #Clusters #Fargate
Creating your own containers
This blog covers basics on how to create a dockerfile, a container image and how to start a container using cli and Windows Docker desktop
Docker Overview with AWS ECS and Fargate
Hi Guys, we will be talking about Docker in this blog , as in the last blog we briefly touched this topic. Docker OverviewWhere do we store docker imagesDocker vs Virtual MachinesECS and Fargate pricing in AWSDocker FlowchartDocker Installation Basic Docker commands Docker Docker is a software development platform to deploy apps. Apps are packaged... Continue Reading →
Going Serverless In AWS
Serverless OverviewComputing with LambdaContainer OverviewContainers in ECS or EKS FargateAmazon Eventbridge Serverless Overview Serverless does not mean we do not use computers to run our code. Computers are essential in running code.But in Serverless computing we focus on code and leave the management of the compute architecture behind. Its an extension of the cloud computing... Continue Reading →
Short introduction to Big Data
Hi Guys, this discussion is about Big data and how it's changing the way we look at data.We will discuss few tools available in AWS cloud for processing Big data. Redshift DatabasesData processing with EMR(Elastic Mapreduce)Streaming data with KinesisAWS Athena and AWS GlueQuicksightElasticsearch What is Big data : There are 3 main parts that make... Continue Reading →
