TECH WOLFPyrebase — Firebase in FlaskI had started a web project on flask which required firebase at backend and by a little search over web found pyrebase — a python wrapper…8 min read·Aug 7, 2020--1
TECH WOLFBuilding Search Engine with Solr.In this blog we will try to build an end to end app which will let the end user to search for a book in the store seamlessly with the…4 min read·Dec 19, 2022--
Kamini KamalinLevel Up CodingCluster scaling in KafkaIn Apache Kafka, cluster scaling refers to the process of adding or removing Kafka brokers in a Kafka cluster to accommodate changes in…11 min read·May 14--
Daniel SantanaFlink + Docker + KafkaApache Flink is a powerful stream processing framework that enables real-time data processing. Docker provides an easy way to set up and…2 min read·Aug 7--
Priyanka CherukuMulti-threading Kafka messages -PythonKafka is used for live streaming where N number of producers can write and N number of consumers can read on a Topic using the same group…3 min read·May 21--