Docker

What is Docker? Docker is a platform or ecosystem around creating and running containers. When we run any docker command. 1) The Docker CLI reaches out the Docker Hub. 2) Docker Hub downloads a single file called  “Image”. Image: This is a single file which has all the  dependencies and configurations Read more…

AWS Kinesis with Lambda

Introduction to AWS Kinesis Amazon Kinesis makes it easy to collect, process, and analyze real-time, streaming data so you can get timely insights and react quickly to new information. Amazon Kinesis offers key capabilities to cost-effectively process streaming data at any scale, along with the flexibility to choose the tools Read more…