HemaanandIntegration of Flink with JavaApache Flink is a big data framework that allows programmers to process huge amounts of data in a very efficient and scalable way. This…Oct 11, 2022Oct 11, 2022
HemaanandFlink Streaming ApplicationsYou can use APIs to develop Flink streaming applications where the data pipeline consists of one or more data source, data transformation…Oct 11, 2022Oct 11, 2022
HemaanandApache Flink IntroductionFlink is a distributed processing engine and a scalable data analytics framework. You can use Flink to process data streams at a large…Oct 11, 2022Oct 11, 2022
HemaanandSpeech Recognition using Artificial IntelligenceWhisper is an open-source deep-learning model for speech recognition that was released by OpenAI subdivision of Tesla. OpenAI’s tests of…Oct 11, 2022Oct 11, 2022
HemaanandKafka Architecture ProsDespite the fact that there are many key players in the market in the area of event processing and pub-sub messaging, Kafka places itself…Oct 7, 2022Oct 7, 2022
HemaanandWhen and Why Kafka?Kafka allows you to have a huge amount of messages go through a centralized medium and store them without worrying about things like…Oct 7, 2022Oct 7, 2022
HemaanandWhat is Zookeeper?For a producer/consumer to write/read from a partition, they need to know its leader, right? This information needs to be available from…Oct 7, 2022Oct 7, 2022
HemaanandHow does Kafka work seamlessly ?Applications (producers) send messages (records) to a Kafka node (broker) and said messages are processed by other applications called…Oct 7, 2022Oct 7, 2022
HemaanandHow and Why Kafka ?Major companies are using Kafka in a wide range of use cases. Apache Kafka can come handy when building distributed systems and producing…Oct 7, 2022Oct 7, 2022
HemaanandHow does Kafka work ?Kafka allows you to send messages between applications in distributed systems. The sender can send messages to Kafka, while the recipient…Oct 7, 2022Oct 7, 2022