In this project, we will learn how to build a real-time analytics dashboard using Apache Spark Streaming, Kafka, Node.js, Socket.IO, and Highcharts.
Welcome to the project on How to build low-latency deep-learning-based flask app. In this project, we will refactor the entire codebase of the project [ How to Deploy an Image Classification Model using Flask][1]. That monolithic code will be refactored to form two microservices - the flask service and model service. The model service acts as a server that renders pretrained Tensorflow model as a deep learning API, and keeps listening for any incoming requests. The flask service requests the model service, and displays the response from the model server. This way, we write cleaner code and promote service isolation.
Further …
Welcome to the project on the Deploy Flask app with AWS RDS and ElastiCache Redis. In this project, we will learn how to use Amazon RDS and Amazon ElastiCache, how to connect them to AWS Elastic Beanstalk and deploy a project based on these three technologies.
It is highly recommended to go through the playlist Deploy Multi-Container Docker App on AWS, before going through this project, for a better understanding of this project series.
Github link: https://github.com/cloudxlab/user-wishlist-app/tree/awscache-rds-eb
Welcome to this project on Testing App Locally on MiniKube. In this project, we will understand what is Kubernetes and what is Minikube.
As part of the hands-on, we will learn to set up Minikube with VirtualBox in Windows 10 Home system. We will learn various concepts of Kubernetes like pods, deployments, services, and ingress, and have a look at how we could create them in various ways using different commands. We will also deploy the single container static web application - which we have dockerized as part of the Docker, Travis, and AWS project series - and access it using Kubernetes …
In this project, we will understand how to deploy a multi-container application on Minikube and GKE.
We will learn about Kubernetes Deployments, Kubernetes Services, Kubernetes Ingress, Kubernetes Secrets and Kubernetes Persistent Volume Claim. By the end of this project, we will have a fair understanding of the basic workflow of Kubernetes project deployment. We will also be able to appreciate the use of MiniKube before deploying an application onto production, like onto Google Kubernetes Engine. Further, we will also see how to monitor the Kubernetes cluster and scale pods.
It is very highly recommended to complete the previous projects for …
Vulture is a Python library that is used to remove dead code from a Python program. So let us see how to use Vulture to remove dead code from a sample program in Python.
Welcome to this project on Building a RAG Chatbot from Your Website Data using OpenAI and Langchain. In this project, we will build a RAG based end-to-end chatbot for our organization or personal use.
Skills Covered:
In this topic, we will learn MongoDB and various concepts like - CRUD operations, query optimization, data modeling, aggregations, MapReduce, indexing, replication, sharding, administration and security
Welcome to the chapter on Race Conditions and Deadlocks. Here, We can understand what Race Conditions and Deadlocks are, and also practice some MCQs.
This topic will help you learn about Regular Expressions. Commonly used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation, regular expression is a sequence of characters to easily define a search pattern.